Hacker News new | ask | show | jobs
by jarym 3277 days ago
That's really cool - we're doing the same thing, translating entire queries into a single SQL statement!
1 comments

I hope you are using PostgreSQL! :) Check out PostgREST and the types of queries it generates
Yes, Postgres all the way. We don't use PostgREST though we construct the same type of queries.