Merge pull request #1 from cosmix/fix-remove-filtered-policy-1

Update adapter.py
tree: ff714f277df76aa71de41f5399348143087d2493
  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