databases
Async DB library
An asynchronous Python library providing support for querying multiple databases using SQLAlchemy core expressions.
Async database support for Python. 🗄
4k stars
52 watching
262 forks
Language: Python
last commit: 8 months ago
Linked from 2 awesome lists
asynciomysqlpostgressqlalchemysqlite
Related projects:
Repository | Description | Stars |
---|---|---|
sqlalchemy/sqlalchemy | A powerful library providing an object-relational mapping system to interact with databases in a Pythonic way. | 9,807 |
encode/uvicorn | Provides an ASGI web server implementation for Python | 8,695 |
tobymao/sqlglot | A comprehensive Python library for parsing and transpiling various SQL dialects to ensure compatibility and correctness. | 6,866 |
aio-libs/aiomysql | A Python library for accessing MySQL databases using the asyncio framework | 1,768 |
ponyorm/pony | An object-relational mapper that allows Python developers to write database queries using Python code | 3,665 |
encode/starlette | A lightweight ASGI framework/toolkit for building async web services in Python | 10,361 |
tinche/aiofiles | A library that provides asynchronous file I/O support for Python's asyncio framework | 2,908 |
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,785 |
graphql-python/graphene | An opinionated Python library for building GraphQL schemas/types fast and easily. | 8,115 |
xo/xo | A tool that generates idiomatic Go code for SQL databases based on their schema or custom queries. | 3,748 |
codingo/nosqlmap | Automated tool for discovering and exploiting vulnerabilities in NoSQL databases | 2,958 |
coleifer/sqlite-web | A web-based graphical user interface for managing SQLite databases | 3,479 |
andialbrecht/sqlparse | A Python module for parsing and formatting SQL statements. | 3,778 |
duckdb/duckdb | A high-performance analytical database system with support for complex queries and extensions to standard SQL. | 25,034 |
vanna-ai/vanna | Generates SQL queries based on natural language input using Large Language Models (LLMs) and vector databases. | 12,311 |