sqlalchemy-adapter icon indicating copy to clipboard operation
sqlalchemy-adapter copied to clipboard

SQLAlchemy Adapter for PyCasbin

Results 3 sqlalchemy-adapter issues
Sort by recently updated
recently updated
newest added

#36 while looking innocent enough is a breaking change and should have rolled minor versions at least and not been v0.3.1. Deleting the `_commit()` functionality and reworking the internals so...

enhancement

I would like to have the option for having soft delete rules in the database to be able to possibly track fields like - deleted_by, deleted_at - updated_by, updated_at etc.

Can we introduce some kind of configuration about tablename? Mostly it's just about this and we can avoid to pass a class, if someone just needs to change that. What...