Content pfp
Content
@
0 reply
0 recast
0 reaction

Darryl Yeo đŸ› ïž pfp
Darryl Yeo đŸ› ïž
@darrylyeo
EdgeDB is underrated. Graph-relational links, computed fields, constraints on arbitrary expressions, set theory-based, automated deterministic migrations via CLI, a generated TypeScript query builder instead of an ORM
 Architecture and developer experience are extremely well thought out. https://www.edgedb.com
5 replies
0 recast
5 reactions

Salman | Engineer pfp
Salman | Engineer
@0xsalman
These kinda things are great for simple crud apps but as soon as you have to do complicated/more performant queries, they fall apart
1 reply
0 recast
0 reaction

Darryl Yeo đŸ› ïž pfp
Darryl Yeo đŸ› ïž
@darrylyeo
That's what I'd say about traditional SQL databases. Don't even want to think about the JOIN clauses that would be involved. In EdgeDB you can go as deep as you want. It's all handled and optimized for you. https://www.edgedb.com/docs/edgeql/select#subqueries https://www.edgedb.com/docs/edgeql/insert#nested-inserts
0 reply
0 recast
0 reaction