|
|
|
|
|
by vsurabhi
2767 days ago
|
|
That's pretty much what we are doing at Hasura, expose Postgres to the client directly with a powerful enough query language on top of GraphQL so that developers can get away with writing as little business logic as possible. The biggest challenge is access control which we have modeled based on Postgres's RLS but for application users and roles. |
|