Y
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
lovasoa
971 days ago
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.
link