|
|
|
|
|
by sridca
4053 days ago
|
|
> The idea is to provide a very neat json api to talk to postgres with a permissions model. Just today I was looking for something like this! Any chance I can use only this json API service (using Heroku Postgres) without having to use the rest of Hasura? |
|
1. hasura-db requires few custom extensions (written in c) to be installed into postgres which is not possible in heroku's postgres.
2. hasura-db also makes some assumptions about authentication which is handled by the hasura platform.