{"categories":[{"label":"Session","url":"https://skillfed.io/packages/category/internet-www-http-session"}],"enrichment":{"capability":"Provides a SQLAlchemy ORM adapter for FastAPI Users, enabling user registration and authentication in FastAPI applications with database persistence via SQLAlchemy.","skillfed_tags":["fastapi","user-auth","sqlalchemy-orm"],"use_cases":["Add a complete user registration and login system to a FastAPI app backed by a SQL database without writing authentication code from scratch.","Integrate FastAPI Users with an existing SQLAlchemy schema to add user management to a legacy or new async FastAPI project.","Build a multi-tenant or role-based access control system by extending FastAPI Users' user model through SQLAlchemy ORM.","Quickly prototype a FastAPI service with built-in user authentication and session management using SQLAlchemy as the persistence layer."],"what_it_does":"This package is a database adapter that bridges FastAPI Users (a user management library) with SQLAlchemy ORM, allowing you to persist user data in a relational database. It handles the integration between FastAPI Users' authentication logic and your SQLAlchemy models, so you don't have to write the adapter yourself.\n\nYou use it by installing it alongside fastapi-users and sqlalchemy, then instantiating its database class with your SQLAlchemy session and user model. It's designed to work with FastAPI's async patterns and supports modern Python versions (3.9\u20133.13). The package is marked Production/Stable but has not been released in over a year, so while it appears complete for its scope, you should verify it still works with your target versions of its dependencies.","worth_installing":"Yes, if you are building a FastAPI application and need user authentication with SQLAlchemy. The package has low install friction, no known vulnerabilities, and a permissive license. However, the 587-day release gap and dormant maintenance status mean you should verify compatibility with your specific versions of fastapi-users and sqlalchemy before committing to production use."},"id":"fastapi-users-db-sqlalchemy","links":{"html":"https://skillfed.io/packages/fastapi-users-db-sqlalchemy","md":"https://skillfed.io/packages/fastapi-users-db-sqlalchemy.md","pypi":"https://pypi.org/project/fastapi-users-db-sqlalchemy/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2025-01-04","license_spdx":null,"license_treatment":"permissive","name":"fastapi-users-db-sqlalchemy","python_support":"supports_current","summary":"FastAPI Users database adapter for SQLAlchemy"},"popularity":{"monthly_downloads":1349377,"position":4018,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"7.0.0"}
