FastCRUD helps FastAPI developers quickly implement async CRUD operations and auto-generate API endpoints.
FastCRUD provides a set of async CRUD methods for SQLAlchemy 2.0 models, streamlining database interactions in FastAPI applications. It can also auto-generate API endpoints, automatically handling joins, dynamic sorting, and cursor or offset pagination. Developers define CRUD operations using classes like `CRUDBase`.
FastCRUD helps FastAPI developers quickly implement async CRUD operations and auto-generate API endpoints.
FastAPI developers looking to rapidly build data-driven APIs with SQLAlchemy 2.0 will find this package useful.