|
|
|
|
|
by SahAssar
1595 days ago
|
|
I haven't django'd much, but to me a postgrest interface is very much different than having a bespoke app. With postgrest I can think of my app as interfacing with sql over a http translation layer, and things like authorization, data models, etc. are actually in the database. I'm sure bespoke apps can be written to be as predictable and "database-like" as I found postgrest, but I haven't seen any. |
|