Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Huge thanks <3 Hearing this kind of feedback means a lot, truly.

We'll try to get Python query builder out of the gate in the next couple of months. It's been requested forever, we'll try to make time for it. You're totally right that it's a missing puzzle piece right now.

On the bright side, codegen works really well. Put your EdgeQL query in an .edgeql file and our tooling will generate you a fully typed function around it. And with the new `if` expression in EdgeDB 4.0 you'll be able to do thing like:

    if (<str>$user_id) 
    then (select ...)
    else (insert ...);


Glad to hear the doors are not shut for Python query builder!


Absolutely not! Our goal is to eventually have query builders for every language we support (which is pretty much every language, lol).


Any for elixir?


I hope the tooling in .NET library gets more investment.


There is a work-in-progress query builder support for .NET: https://github.com/edgedb/edgedb-net/tree/feat/querybuilder-...


Oh neat. I didn't realize a query builder is being worked on.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: