fastapi-users-db-sqlmodel icon indicating copy to clipboard operation
fastapi-users-db-sqlmodel copied to clipboard

FastAPI Users - Database adapter for SQLModel

Results 4 fastapi-users-db-sqlmodel issues
Sort by recently updated
recently updated
newest added

Add refresh token database classes that inherit base classes defined in fastapi-users in pull request #1367. Add tests with 100% coverage. Fix impossible to inherit models multiple times. Fix models...

## Use session.exec instead of session.execute - SQLModel recommends using session.execute instead of session.exec. So, I've updated parts of the project code that used execute to now use exec. -...

use config dict instead of class Config rename orm_mode to from_attributes