5 ms·
This project seems to have a lot of overlap with PostgREST, which I really like. What are the differences in approach/goals?
by milutinovici 3y ago
This project seems to have a lot of overlap with PostgREST, which I really like. What are the differences in approach/goals?
- lovasoa 3y agopostgREST 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.