Authorization callback return values for setAuthorizer().
setAuthorizer()
These constants are compatible with node:sqlite.
node:sqlite
https://sqlite.org/c3ref/c_deny.html
Deny the operation and abort the SQL statement with an error.
Silently ignore/skip the operation (e.g., return NULL for column reads).
Allow the operation.
Authorization callback return values for
setAuthorizer().These constants are compatible with
node:sqlite.See
https://sqlite.org/c3ref/c_deny.html