You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres has some powerful security features that this service does not take advantage of -- likely due to the limitations of knex.
I suggest that we have a separate set of migrations for each supported database, and then we can write raw sql to take advantage of RLS / RBAC as well as stored procedures etc
The text was updated successfully, but these errors were encountered:
Postgres has some powerful security features that this service does not take advantage of -- likely due to the limitations of knex.
I suggest that we have a separate set of migrations for each supported database, and then we can write raw sql to take advantage of RLS / RBAC as well as stored procedures etc
The text was updated successfully, but these errors were encountered: