9 ms·
Postgraphile is great, until you need to debug row level security. Or when you realize you need another tool to make the query type safe.
by damidekronik 2y ago
Postgraphile is great, until you need to debug row level security. Or when you realize you need another tool to make the query type safe.
- RedShift1 2y agoWhat troubles have you had with debugging row level security? It has worked very well for me, I've not had issues debugging it. And what do you mean with making a query type safe? Type safety is built in to GraphQL, if you send in the wrong datatype for an input the query will be rejected without even hitting the database.
- ttfkam 2y agoUnit testing row-level security policies is far from the hardest thing to test/debug. Not sure what this guy is talking about.