|
|
|
|
|
by bionhoward
2012 days ago
|
|
Hasura is legit -- I love it, but eventually decided to switch to plain SQL because this keeps the authorization spec closer to the data as opposed to being in the app layer. Problem is, then you need a great way to handle schema migrations, which are not ideal in PostgreSQL right now. I completely agree Hasura is one of the best options if you're only connecting to the database using Hasura. I just wanted to preserve the option to connect to the database through other means. Maybe that's dumb. |
|