$npx skillfedfor your agent

Database packages

533 packages · page 7 of 14 · 748 including subcategories

Subcategories

Packages

pgcli Worth it
PyPI · Database · released Jun 2026

pgcli is a command-line interface for PostgreSQL that provides auto-completion for SQL keywords, table and column names, and syntax highlighting as you type.

Install it if you regularly work with PostgreSQL from the command line and value auto-completion and syntax highlighting.

permissive licensepure Python · 3.10+
647.3Kdownloads / mo
pony Worth it
PyPI · Database · released Aug 2026

Pony is an object-relational mapper that lets you write database queries using Python generator expressions and lambdas, which it translates to SQL for SQLite, MySQL, PostgreSQL, and Oracle.

Apache-2.0pure Python
646.5Kdownloads / mo
tortoise-orm Worth it
PyPI · Database · released Aug 2026

Tortoise ORM is an async-native Object-Relational Mapper for Python that lets you define and query databases using high-level object-oriented code instead of raw SQL, with support for SQLite, MySQL, PostgreSQL, Microsoft SQL Server, and Oracle.

Install it if you are building async applications and prefer ORM abstraction over raw SQL; skip it if you need synchronous database access or prefer a different query…

Apache-2.0pure Python · 3.10+
636.5Kdownloads / mo
aiopg With conditions
PyPI · Database · released Oct 2022

aiopg provides asyncio-based access to PostgreSQL databases, wrapping psycopg2 to enable non-blocking queries and connection pooling in async Python applications.

However, the aging maintenance status (last release October 2022) means it may lag behind recent PostgreSQL or asyncio changes.

BSD-3-Clausepure Python · 3.7+aging
634.7Kdownloads / mo
diskcache-weave With conditions
PyPI · Database · released Mar 2026

Disk-backed cache library that stores key-value pairs on disk and in files, providing a pure-Python alternative to in-memory caching systems like Memcached.

Apache-2.0pure Python · 3+
628.3Kdownloads / mo
jinjasql With conditions
PyPI · Database · released May 2020

Generates parameterized SQL queries from Jinja2 templates, automatically binding variables to prevent SQL injection while supporting multiple parameter styles.

Not recommended if you require active maintenance, ongoing security updates, or support for cutting-edge Python versions—use an ORM or a maintained query builder…

MITpure Pythondormant
628.0Kdownloads / mo
sqlite-anyio With conditions
PyPI · Database · released Aug 2026

Provides an asynchronous client for SQLite that works with any async framework via AnyIO, enabling non-blocking database access without thread pools.

MITpure Python · 3.10+
625.4Kdownloads / mo
nocodb-simple-client Worth it
PyPI · Database · released May 2026

A Python client library for NocoDB that provides CRUD operations, bulk operations, file management, and advanced querying against NocoDB REST API with support for both v2 and v3 API versions.

MITpure Python · 3.10+
622.6Kdownloads / mo
sqlmesh Worth it
PyPI · Database · released Jul 2026

SQLMesh is a data transformation framework that lets you write, test, and deploy SQL or Python transformations with built-in change tracking, incremental processing, and virtual development environments.

Apache-2.0pure Python · 3.9+
621.0Kdownloads / mo
sqlalchemy-trino Skip
PyPI · Database · released May 2022

Provides a SQLAlchemy dialect for connecting to and querying Trino databases, enabling ORM and SQL expression support for Trino as a backend.

Apache-2.0pure Python · 3.7+abandoned
606.9Kdownloads / mo
sqloxide Worth it
PyPI · Database · released Apr 2026

sqloxide parses SQL queries into a typed abstract syntax tree (AST) using Rust bindings for sqlparser-rs, and can reconstruct or rewrite SQL from the AST.

Install it if you need fast, accurate SQL parsing for lineage, rewriting, or analysis; skip it only if you need extensive documentation or are locked to older Python…

MITcompiled wheel · 3.9+
594.0Kdownloads / mo
pypika-tortoise With conditions
PyPI · Database · released Mar 2026

Generates SQL queries programmatically for Tortoise ORM, providing a streamlined SQL builder tailored to that ORM's specific needs.

permissive licensepure Python · 3.9+
586.9Kdownloads / mo
databricks-feature-store Skip
PyPI · Database · released Jan 2024

This package is deprecated as of v0.17.0; it provides a client for Databricks Feature Store but has been replaced by databricks-feature-engineering, which maintains backward compatibility with existing imports.

license unclearpure Python · 3.7+dormant
576.7Kdownloads / mo
azure-mgmt-kusto Worth it
PyPI · Database · released Jun 2026

Manages Azure Kusto clusters, databases, and data connections through the Azure REST API, providing programmatic control over Kusto resources in Python.

Install it if you need to programmatically manage Kusto resources from Python.

MITpure Python · 3.10+
574.6Kdownloads / mo
chromadb-client With conditions
PyPI · Database · released May 2026

HTTP client library for connecting to a Chroma server to store, query, and manage document embeddings and metadata.

Apache-2.0pure Python · 3.9+
571.5Kdownloads / mo
geoh5py Worth it
PyPI · Database · released Jul 2026

geoh5py provides a Python API to read, write, and manipulate geoscientific data (points, curves, surfaces, grids) in the geoh5 file format, enabling interoperability with Geoscience ANALYST visualization software.

Install it if you work with geoh5 data or need to integrate geoscientific datasets with Geoscience ANALYST.

LGPL-3.0-or-laterpure Python
548.7Kdownloads / mo
whisper Skip
PyPI · Database · released May 2022

Whisper is a fixed-size time-series database library that stores numeric data at multiple resolutions, degrading older data from high to low resolution for long-term retention.

No, not recommended for new projects.

permissive licensebuilds from sourceabandoned
547.7Kdownloads / mo
pycrdt-store With conditions
PyPI · Database · released Jun 2026

Provides persistent storage backends for pycrdt, a CRDT (Conflict-free Replicated Data Type) library, enabling state to be saved and retrieved across sessions.

However, verify that its storage model and API match your persistence requirements before committing to it in production, as it is still in Beta and documentation is…

MITpure Python · 3.10+
546.0Kdownloads / mo
adbc-driver-flightsql With conditions
PyPI · Database · released Jul 2026

Provides a DBAPI 2.0-compatible Python interface to Apache Arrow Flight SQL databases via the ADBC driver manager.

Apache-2.0compiled wheel · 3.10+
545.9Kdownloads / mo
dbl-discoverx With conditions
PyPI · Database · released May 2025

DiscoverX automates bulk administration tasks across Lakehouse assets by executing SQL templates or Python functions concurrently against multiple Delta tables matching selection patterns.

However, verify the license terms and test compatibility with your current Databricks and Python versions before production use, and understand that support is…

license unclearpure Pythonaging
541.9Kdownloads / mo
pgsanity With conditions
PyPI · Database · released Sep 2025

PgSanity validates PostgreSQL SQL syntax by wrapping the ecpg parser, reporting syntax errors with line numbers and exit codes suitable for CI/CD and pre-commit hooks.

MITpure Python · 3.9+aging
537.5Kdownloads / mo
sqlite-migrate Skip
PyPI · Database · released Jul 2026

A compatibility shim that re-exports the Migrations class from sqlite-utils so existing code can continue importing from sqlite_migrate instead of directly from sqlite-utils.

Apache-2.0pure Python · 3.10+abandoned
536.7Kdownloads / mo
llama-index-vector-stores-postgres With conditions
PyPI · Database · released Mar 2026

Integrates PostgreSQL with pgvector extension as a vector store backend for LlamaIndex, supporting multiple query modes including similarity search, hybrid retrieval, BM25 sparse search, full-text search, and maximal marginal relevance.

MITpure Python
527.8Kdownloads / mo
openmetadata-ingestion With conditions
PyPI · Database · released Aug 2026

OpenMetadata Ingestion is a framework for building connectors and ingesting metadata from various systems into OpenMetadata via its APIs, typically integrated into orchestration tools like Apache Airflow.

However, be aware of the Collate Community License restrictions: you cannot use it to offer competing metadata management services.

license unclearpure Python · 3.9+
519.3Kdownloads / mo
tentaclio-postgres With conditions
PyPI · Database · released Jul 2026

Bundles PostgreSQL connectivity and schema support for the tentaclio data access framework, providing a ready-to-use PostgreSQL backend.

MITpure Python · 3.10+
509.7Kdownloads / mo
schemachange Worth it
PyPI · Database · released Apr 2026

schemachange is a Python tool that manages Snowflake database schema changes through versioned SQL migration scripts, following an imperative database change management approach similar to Flyway.

Apache-2.0pure Python · 3.10+
506.1Kdownloads / mo
mssql-python-odbc Skip
PyPI · Database · released Aug 2026

Provides platform-specific Microsoft ODBC Driver 18 binaries for SQL Server connectivity as an internal implementation package.

license unclearcompiled wheel · 3.10+
504.9Kdownloads / mo
types-SQLAlchemy With conditions
PyPI · Database · released May 2023

Provides PEP 561 type stubs for SQLAlchemy, enabling type checkers like mypy, pyright, and pytype to validate code using SQLAlchemy.

Apache-2.0pure Python
503.6Kdownloads / mo
rapids-logger With conditions
PyPI · Database · released Aug 2026

rapids-logger provides a CMake-based framework to generate project-specific logger classes that wrap spdlog without exposing its symbols, enabling safe coexistence of different spdlog versions in the same environment.

Apache-2.0compiled wheel · 3.10+
502.6Kdownloads / mo
pulumi-postgresql With conditions
PyPI · Database · released Jul 2026

Pulumi resource provider for declaring and managing PostgreSQL databases, users, roles, and other database objects as infrastructure code.

Install only if you have Pulumi CLI set up and a PostgreSQL server you can connect to.

permissive licensepure Python · 3.9+
492.0Kdownloads / mo
aerospike With conditions
PyPI · Database · released Jun 2026

Python client library for connecting to and querying Aerospike NoSQL database servers, supporting read, write, and data manipulation operations.

Apache-2.0compiled wheel
487.2Kdownloads / mo
semantic-link With conditions
PyPI · Database · released Jul 2026

Connects Python notebooks to Power BI datasets and Microsoft Fabric workspaces, enabling data augmentation with Power BI measures and semantic propagation for data analysis.

However, the proprietary license and hard requirement to run only in Fabric (not locally) mean this is a specialized tool for Fabric users only—not a general-purpose…

license unclearpure Python · 3.10+
482.0Kdownloads / mo
libcudf-cu12 With conditions
PyPI · Database · released Aug 2026

libcudf-cu12 is a GPU-accelerated C++ library providing Apache Arrow-compliant data structures and fundamental algorithms for tabular data processing on NVIDIA CUDA 12 GPUs.

Apache-2.0compiled wheel · 3.11+
469.5Kdownloads / mo
sqlalchemy-databricks Skip
PyPI · Database · released May 2022

Provides a SQLAlchemy dialect that connects to Databricks workspaces and SQL analytics clusters using the official databricks-sql-connector driver.

MITpure Pythonabandoned
469.2Kdownloads / mo
oslo.db With conditions
PyPI · Database · released Jul 2026

oslo.db provides database connectivity and ORM utilities for OpenStack applications, abstracting backend differences and offering migration, session management, and database helper functions.

Install only if you need its specific patterns; it is not a general-purpose ORM replacement.

Apache-2.0pure Python · 3.11+
467.9Kdownloads / mo
pylibmc With conditions
PyPI · Database · released Aug 2022

pylibmc is a Python client for memcached, the distributed memory-caching system, implemented in C for performance.

However, the aging maintenance status (last release 2022-08-30) means you should verify compatibility with your Python version and memcached deployment before…

permissive licensecompiled wheel · 3.6+aging
460.7Kdownloads / mo
airflow-provider-fivetran-async Worth it
PyPI · Database · released Apr 2026

Provides async operators and sensors for Apache Airflow that integrate Fivetran data pipeline jobs, allowing you to trigger syncs and monitor their completion without blocking worker slots.

Install it if you run apache-airflow and use Fivetran for data ingestion and need to orchestrate those pipelines reliably without blocking worker capacity.

Apache-2.0pure Python · 3.10+
454.1Kdownloads / mo
mysql-replication Worth it
PyPI · Database · released Aug 2026

Reads MySQL binary logs and streams replication events (inserts, updates, deletes) with their data and raw SQL queries to Python, enabling real-time capture of database changes.

Install it if you need to react to MySQL changes in real time; skip it if your use case does not require streaming binary log events or if you are not using MySQL.

permissive licensepure Python
453.6Kdownloads / mo
advanced-alchemy Worth it
PyPI · Database · released May 2026

Advanced Alchemy provides sync and async SQLAlchemy repositories with CRUD and bulk operations, plus integration with web frameworks like Litestar, FastAPI, and Starlette.

Install it if you're building a data-driven web application and want structured, tested patterns for database access; skip it if you prefer minimal abstractions over…

MITpure Python · 3.9+
452.0Kdownloads / mo
pyvo Worth it
PyPI · Database · released Jun 2026

PyVO provides Python access to Virtual Observatory data archives, catalogs, and web services using standardized VO protocols, leveraging astropy and requests to query thousands of remote astronomical resources.

permissive licensepure Python · 3.10+
442.0Kdownloads / mo