add required columns on class attr
1 file changed
tree: 88f2527abff42b32b77c73bea6522d301d482f49
  1. casbin_databases_adapter/
  2. tests/
  3. .gitignore
  4. Makefile
  5. mypy.ini
  6. README.md
  7. requirements-test.txt
  8. requirements.txt
  9. setup.py
README.md

Databases Casbin Adapter

This is an Adapter for PyCasbin that implemented using Databases connection to achieve async process

Commands

  • make install to install all required depedencies writtern in requirements.txt and requirements-test.txt
  • make check to run mypy
  • make test to run unit test that written using pytest