Update desc & deps (#4)

3 files changed
tree: 532262791cfa31b2fb2ea9770f25558b31a3e2e1
  1. .github/
  2. examples/
  3. src/
  4. test/
  5. .eslintrc
  6. .gitignore
  7. .prettierrc
  8. .releaserc
  9. LICENSE
  10. package-lock.json
  11. package.json
  12. README.md
  13. tsconfig.json
README.md

Basic Adapter

Basic Adapter is a basic drives adapter for Node-Casbin supports pg, sqlite3, mysql, mysql2, oracledb and mssql. With this library, Node-Casbin can load policy from supported drives or save policy to it.

Drives

we currently supports the following SQL drives:

  • [x] pg
  • [x] mysql
  • [ ] mysql2
  • [ ] sqlite3
  • [ ] oracledb
  • [ ] mssql

License

This project is under Apache 2.0 License. See the LICENSE file for the full license text.