Archive
Feeds Sign In
Archive Feeds Sign In
Note
@zzzeek have you checked out EdgeDB? I'd be curious to hear your thoughts, and any musings on how SQLAlchemy may (or may not) interact with it.

Comments (6)

mike bayer
mike bayer via Twitter

I looked and I have thoughts, yes. They are going to release object layer of their own, right ?

mike bayer
mike bayer via Twitter

my recent rants on asyncio are related.

Jonathan LaCour
Jonathan LaCour via Twitter

Yeah, I saw something in the docs about EdgeDB having their own Python "ORM" but I can't find any code anywhere.

Jonathan LaCour
Jonathan LaCour via Twitter

Fair enough on asyncio :)

mike bayer
mike bayer via Twitter

the design of EdgeDB and the query language and the source code is all very beautiful. it looks very nice and the way it works is kind of enviable. But it is an enormous codebase to maintain and it's not clear what the advantages to its approach would be in practice.

mike bayer
mike bayer via Twitter

the author was asked on Reddit as to the advantages vs. a SQLAlchemy-like ORM and they only offered the tired old "sometimes you have to drop into raw SQL" which is not really true of modern SQLAlchemy.