fastapi-sqla
API Framework
An extension for FastAPI that simplifies interaction with SQLAlchemy databases.
SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.
210 stars
31 watching
15 forks
Language: Python
last commit: 8 days ago
Linked from 1 awesome list
fastapifastapi-sqlafastapi-sqlalchemylibrarysqlalchemy
Related projects:
Repository | Description | Stars |
---|---|---|
mfreeborn/fastapi-sqlalchemy | An integration library that simplifies the interaction between FastAPI and SQLAlchemy. | 620 |
aminalaee/sqladmin | A flexible Admin interface for SQLAlchemy models using various ASGI frameworks | 1,923 |
jonra1993/fastapi-alembic-sqlmodel-async | An async web framework template for building secure and efficient APIs with authentication and role-based access control. | 1,008 |
mirzadelic/fastapi-starter-project | A FastAPI starter project that sets up a basic API with models and migrations using SQLModel and Alembic. | 116 |
amisadmin/fastapi-amis-admin | A high-performance admin framework for FastAPI applications | 1,090 |
testdrivenio/fastapi-crud-sync | An API built using FastAPI and Pytest for creating, reading, updating, and deleting data in a synchronized environment. | 79 |
thomaxxl/safrs | A framework that exposes SQLAlchemy models as a JSON:API and generates OpenAPI documentation. | 405 |
madkote/fastapi-plugins | Provides a plugin-based architecture to extend and customize the FastAPI framework | 369 |
uriyyo/fastapi-pagination | Simplifies pagination in FastAPI applications by providing utility functions and data models to manage paginated responses. | 1,200 |
markqiu/fastapi-mongodb-realworld-example-app | A real-world backend application using FastAPI and MongoDB | 438 |
stac-utils/stac-fastapi-pgstac | Provides an interface to access and manipulate STAC data using the FastAPI framework. | 53 |
leosussan/fastapi-gino-arq-uvicorn | A high-performance async REST API framework with support for PostgreSQL and Redis. | 420 |
canopytax/asyncpgsa | A library that wraps asyncpg to enable use with SQLAlchemy | 417 |
5monkeys/django-formapi | A Django API framework with signed requests and form validation for secure and structured data exchange. | 35 |