sqlalchemy

Database toolkit

A powerful library providing an object-relational mapping system to interact with databases in a Pythonic way.

The Database Toolkit for Python

GitHub

10k stars
103 watching
1k forks
Language: Python
last commit: 12 months ago
Linked from 1 awesome list

pythonsqlsqlalchemy

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
tiangolo/pydantic-sqlalchemy Tools to convert SQLAlchemy models to Pydantic models 1,210
encode/databases An asynchronous Python library providing support for querying multiple databases using SQLAlchemy core expressions. 3,853
sqlmapproject/sqlmap A tool designed to detect and exploit SQL injection flaws in databases, allowing penetration testing and takeover 32,841
pallets-eco/flask-sqlalchemy Adds support for SQLAlchemy to Flask web applications 4,250
zopefoundation/zope.sqlalchemy An integration of SQLAlchemy with transaction management for Python web applications. 32
falcony-io/sqlalchemy-searchable Provides full-text search functionality for SQLAlchemy models on PostgreSQL databases 265
wichert/pyramid_sqlalchemy A package that simplifies the integration of SQLAlchemy with Pyramid web applications. 26
tarsil/saffier An ORM that simplifies the interaction with relational databases using an object-oriented interface 63
aminalaee/sqladmin A flexible Admin interface for SQLAlchemy models using various ASGI frameworks 1,954
dialoguemd/fastapi-sqla An extension for FastAPI that simplifies interaction with SQLAlchemy databases. 229
vanna-ai/vanna Generates SQL queries based on natural language input using Large Language Models (LLMs) and vector databases. 12,311
coleifer/sqlite-web A web-based graphical user interface for managing SQLite databases 3,479
tobymao/sqlglot A comprehensive Python library for parsing and transpiling various SQL dialects to ensure compatibility and correctness. 6,866
phelps-sg/py-frm A Python framework for working with relational databases as if they were regular Python data structures 1
encode/orm An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. 1,785