Hacker News new | ask | show | jobs
by milutinovici 971 days ago
This project seems to have a lot of overlap with PostgREST, which I really like. What are the differences in approach/goals?
1 comments

postgREST is a traditional web service that opens tcp connections to the database. Omnigres allows you to run your own custom http request handling code inside the database.