sqlalchemy
There are 7553 repositories under sqlalchemy topic.
fastapi/sqlmodel
SQL databases in Python, designed for simplicity, compatibility, and robustness.
sqlalchemy/sqlalchemy
The Database Toolkit for Python
kennethreitz/records
SQL for Humans™
pallets-eco/flask-sqlalchemy
Adds SQLAlchemy support to Flask
encode/databases
Async database support for Python. 🗄
FactoryBoy/factory_boy
A test fixtures replacement for Python
hack4impact/flask-base
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
sqlalchemy/alembic
A database migrations tool for SQLAlchemy.
dahlia/awesome-sqlalchemy
A curated list of awesome tools for SQLAlchemy
python-gino/gino
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
mathesar-foundation/mathesar
Web application providing an intuitive user experience to databases.
Buuntu/fastapi-react
🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
jeffknupp/sandman2
Automatically generate a RESTful API service for your legacy database. No code required!
aminalaee/sqladmin
SQLAlchemy Admin for FastAPI and Starlette
indico/indico
Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.
aio-libs/aiomysql
aiomysql is a library for accessing a MySQL database from the asyncio
collerek/ormar
python async orm with fastapi in mind and pydantic validation
dropbox/PyHive
Python interface to Hive and Presto. 🐝
pyeventsourcing/eventsourcing
A library for event sourcing in Python.
aio-libs/aiopg
aiopg is a library for accessing a PostgreSQL database from the asyncio
globaleaks/globaleaks-whistleblowing-software
GlobaLeaks is a free and open-source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform.
eralchemy/eralchemy
Entity Relation Diagrams generation tool
teamhide/fastapi-boilerplate
FastAPI boilerplate for real world production
liaogx/fastapi-tutorial
整体的介绍 FastAPI,快速上手开发,结合 API 交互文档逐个讲解核心模块的使用。视频学习地址:
amisadmin/fastapi-amis-admin
FastAPI-Amis-Admin is a high-performance, efficient and easily extensible FastAPI admin framework. Inspired by django-admin, and has as many powerful functions as django-admin.
jonra1993/fastapi-alembic-sqlmodel-async
This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
cburmeister/flask-bones
An example of a large scale Flask application using blueprints and extensions.
graphql-python/graphene-sqlalchemy
Graphene SQLAlchemy integration
klen/mixer
Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
marshmallow-code/flask-marshmallow
Flask + marshmallow for beautiful APIs
absent1706/sqlalchemy-mixins
Active Record, Django-like queries, nested eager load and beauty __repr__ for SQLAlchemy
521xueweihan/hellogithub.com
旧 HelloGitHub.com 网站源码
Allen7D/mini-shop-server
基于 Flask 框架开发的微信小程序后端项目,用于构建小程序商城后台 (电商相关;rbac权限管理;附带自动生成Swagger 风格的API 文档;可作「Python 项目毕设」)---- 相关博客链接:🌟
igorbenav/fastcrud
FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.
dunossauro/fastapi-do-zero
Curso básico de FastAPI
igorbenav/FastAPI-boilerplate
An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.