Writing EdgeDB library

EdgeDB is a new database system, which takes an object-graph approach instead of 2-dimensional tables.
I want to write a query builder for it. The result would be deserialized from JSON using the HTTP API of EdgeDB, so only the query needs to be generated.
What approach would you recommend?

2 Likes

I know little of the inner workings of DBs but this seems to be a very open question?

Maybe it would be easier to find some good input with more specific question?
Like, are there some alternatives you have considered and can’t decide which is best?
Or maybe you looked at some other query generators of other projects and languages and want a suggestion which is a good example to follow?

1 Like