https://github.com/fastapi-users/fastapi-users-db-sqlalchemy
FastAPI Users - Database adapter for SQLAlchemy
https://github.com/fastapi-users/fastapi-users-db-sqlalchemy
fastapi-users
Last synced: 10 months ago
JSON representation
FastAPI Users - Database adapter for SQLAlchemy
- Host: GitHub
- URL: https://github.com/fastapi-users/fastapi-users-db-sqlalchemy
- Owner: fastapi-users
- License: mit
- Created: 2021-08-27T13:07:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T13:06:10.000Z (about 1 year ago)
- Last Synced: 2025-03-26T10:11:31.233Z (10 months ago)
- Topics: fastapi-users
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 32
- Watchers: 3
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Users - Database adapter for SQLAlchemy ORM
Ready-to-use and customizable users management for FastAPI
[](https://github.com/fastapi-users/fastapi-users/actions)
[](https://codecov.io/gh/fastapi-users/fastapi-users-db-sqlalchemy)
[](https://badge.fury.io/py/fastapi-users-db-sqlalchemy)
[](https://pepy.tech/project/fastapi-users-db-sqlalchemy)
---
**Documentation**: https://fastapi-users.github.io/fastapi-users/
**Source Code**: https://github.com/fastapi-users/fastapi-users
---
Add quickly a registration and authentication system to your [FastAPI](https://fastapi.tiangolo.com/) project. **FastAPI Users** is designed to be as customizable and adaptable as possible.
**Sub-package for SQLAlchemy ORM support in FastAPI Users.**
## Development
### Setup environment
We use [Hatch](https://hatch.pypa.io/latest/install/) to manage the development environment and production build. Ensure it's installed on your system.
### Run unit tests
You can run all the tests with:
```bash
hatch run test
```
### Format the code
Execute the following command to apply `isort` and `black` formatting:
```bash
hatch run lint
```
## License
This project is licensed under the terms of the MIT license.