node_acl_knex
node_acl_knex copied to clipboard
A Knex.js backend for node_acl
Results
14
node_acl_knex issues
Sort by
recently updated
recently updated
newest added
This is a relatively straightforward change. Basically it explicitly calls JSON.stringify on the value column before inserting / updating and parses it on the way out. Additionally, the set of...
SQLite doesn't support batched statements (i.e., splitting commands with semi-colons), so it only executes the first statement (drop table acl_meta). I'll try to get a PR in to address this.