$npx skillfedfor your agent

Database packages

533 packages · page 9 of 14 · 748 including subcategories

Subcategories

Packages

meltano Worth it
PyPI · Database · released Jul 2026

Meltano is a declarative, code-first data integration platform that orchestrates ELT workflows, connecting 600+ APIs and databases to move, transform, and test data at scale.

MITpure Python · 3.10+
308.3Kdownloads / mo
dask-cuda With conditions
PyPI · Database · released Aug 2026

Dask CUDA provides utilities for deploying and managing Dask workers on multi-GPU systems, enabling distributed computation across CUDA-enabled hardware.

Apache-2.0compiled wheel · 3.11+
302.3Kdownloads / mo
django-dbbackup Worth it
PyPI · Database · released Apr 2026

Provides Django management commands to backup and restore project databases and media files to various storage backends (S3, Dropbox, local storage) with optional GPG encryption and compression.

BSD-3-Clausepure Python · 3.10+
298.6Kdownloads / mo
sqlalchemy_exasol Worth it
PyPI · Database · released Aug 2026

SQLAlchemy dialect that enables Python applications to connect to and query Exasol databases using SQLAlchemy's ORM and Core APIs via WebSocket.

Install it if you are building or migrating an application to Exasol and want SQLAlchemy integration.

BSD-2-Clausepure Python
295.9Kdownloads / mo
parquet Skip
PyPI · Database · released Apr 2020

Reads Apache Parquet files in pure Python and outputs data as JSON or TSV via a command-line tool or programmatic reader interface.

Apache-2.0pure Pythonabandoned
293.2Kdownloads / mo
mdxpy With conditions
PyPI · Database · released Aug 2023

Builds MDX queries programmatically for TM1 and IBM Cognos Planning Analytics, eliminating manual syntax errors and escaping concerns.

MITbuilds from source · 3.5+
291.8Kdownloads / mo
types-mysqlclient With conditions
PyPI · Database · released May 2026

Provides type annotations for the mysqlclient MySQL database driver, enabling static type checking of code that uses mysqlclient.

Apache-2.0pure Python · 3.10+
287.8Kdownloads / mo
queries Skip
PyPI · Database · released Nov 2021

Queries is a simplified wrapper around psycopg2 that provides a session-based API for connecting to and querying PostgreSQL databases, with built-in connection pooling and support for both synchronous and asynchronous (Tornado) operations.

No, not for new projects.

BSD-3-Clausebuilds from sourceabandoned
283.9Kdownloads / mo
qstash With conditions
PyPI · Database · released Mar 2026

Python SDK for publishing and receiving messages through Upstash QStash, an HTTP-based messaging and scheduling service for serverless and edge runtimes.

MITpure Python
281.1Kdownloads / mo
openupgradelib With conditions
PyPI · Database · released Aug 2026

Provides utility functions for Odoo database migrations, including record merging, field renaming, model updates, and XML transformations to support version upgrades.

Install only if you are performing Odoo version upgrades; it has no use outside that context.

AGPL-3.0-onlypure Python
279.0Kdownloads / mo
icechunk With conditions
PyPI · Database · released Jul 2026

Icechunk is a transactional storage engine for tensor/ND-array data that works with Zarr to provide consistent, multi-process-safe reads and writes on cloud object storage.

However, verify the license treatment before use in proprietary contexts, and confirm that the Apache 2.0 license mentioned in the description is formally declared.

license unclearcompiled wheel · 3.12+
276.0Kdownloads / mo
valkey-glide-sync Worth it
PyPI · Database · released Aug 2026

Synchronous Python client for Valkey and Redis OSS providing blocking operations for key-value storage, pub/sub messaging, and cluster or standalone connectivity.

permissive licensecompiled wheel
274.5Kdownloads / mo
aerich With conditions
PyPI · Database · released Aug 2026

Aerich is a database migration tool for TortoiseORM that generates, tracks, and applies schema changes through a CLI and programmatic interface, similar to Alembic for SQLAlchemy.

However, check whether tortoise-orm>=1.0.0's built-in migration support meets your needs first, as the project itself recommends it as an alternative for newer versions.

Apache-2.0pure Python · 3.10+
274.3Kdownloads / mo
bioversions Worth it
PyPI · Database · released Aug 2026

Retrieves and caches the current version numbers for biological and biomedical databases, with both Python API and CLI interfaces.

MITpure Python · 3.11+
270.0Kdownloads / mo
pgdb Skip
PyPI · Database · released Jul 2021

Wraps PostgreSQL connections to return query results as dictionaries keyed by column name instead of tuples, and provides simplified methods for common database operations.

Apache-2.0builds from sourceabandoned
269.3Kdownloads / mo
records With conditions
PyPI · Database · released Mar 2024

Records provides a lightweight SQL query interface for relational databases, letting you write raw SQL and access results as objects with attribute, dictionary, and index-based access.

However, the aging maintenance status (868 days since last release) means you should verify compatibility with your specific database drivers and Python version…

ISCpure Pythonaging
268.9Kdownloads / mo
pymonetdb Worth it
PyPI · Database · released Jul 2026

pymonetdb is a native Python client library for MonetDB databases, providing DBAPI 2.0-compatible access without requiring any MonetDB system libraries.

Install it if you need to connect Python to MonetDB; the low friction and stable maintenance make it a straightforward choice.

MPL-2.0pure Python
265.9Kdownloads / mo
django-pg-zero-downtime-migrations With conditions
PyPI · Database · released Jun 2025

Provides a Django database backend for PostgreSQL that executes migrations while minimizing table locks, enabling schema changes without application downtime.

MITpure Python · 3.8+aging
263.7Kdownloads / mo
sparqlslurper Skip
PyPI · Database · released Dec 2021

Translates rdflib Graph.triples() calls into SPARQL queries and resolves them against a remote SPARQL endpoint, acting as a caching layer for RDF data.

permissive licensepure Python · 3.7.4+abandoned
262.3Kdownloads / mo
pgqueuer Worth it
PyPI · Database · released Jul 2026

PgQueuer turns PostgreSQL into a background job queue, letting you enqueue, schedule, and process jobs transactionally within your existing database instead of running a separate message broker.

MITpure Python · 3.10+
261.9Kdownloads / mo
infi.clickhouse-orm With conditions
PyPI · Database · released Nov 2022

An ORM for ClickHouse that lets you define model classes, insert records, and query the database using a Python API or raw SQL.

However, dormant maintenance since 2022-11-29 is a real concern—verify that it works with your ClickHouse server version and Python release before committing to it in…

BSD-3-Clausepure Pythondormant
260.4Kdownloads / mo
sqlbag Skip
PyPI · Database · released Apr 2021

sqlbag provides a collection of SQLAlchemy utilities and helpers for common database tasks, including connection management, Flask integration, ORM helpers, and temporary database setup for testing.

No—not recommended for new projects.

license unclearpure Pythonabandoned
258.1Kdownloads / mo
PyMySQLLock Skip
PyPI · Database · released Sep 2020

Provides distributed locking primitives backed by MySQL's GET_LOCK function, allowing multiple application instances to coordinate exclusive access to named resources through a shared MySQL database.

MITpure Python · 3.5+abandoned
255.0Kdownloads / mo
django-sequences With conditions
PyPI · Database · released Jan 2024

Provides gapless sequence generation for Django models, ensuring no gaps in integer primary keys even when transactions roll back.

BSD-3-Clausepure Python · 3.8+aging
253.1Kdownloads / mo
arcticdb With conditions
PyPI · Database · released Aug 2026

ArcticDB is a serverless DataFrame database that stores and retrieves Pandas DataFrames to S3 or LMDB with a C++ compression engine, supporting time-series data, versioning, and schemaless updates.

However, production deployments require a paid license from ArcticDB Limited; confirm licensing terms with info@arcticdb.io before committing to production use.

license unclearcompiled wheel
252.2Kdownloads / mo
py2neo-history With conditions
PyPI · Database · released Oct 2023

Provides access to archived versions of the py2neo Neo4j client library, allowing projects pinned to older releases to continue working when those versions are no longer available on PyPI.

Apache-2.0builds from sourcedormant
251.3Kdownloads / mo
asyncpg-trek With conditions
PyPI · Database · released Jul 2024

Manages database migrations for asyncpg by executing raw SQL or Python files in a specified folder, with async support and declarative version targeting.

However, the Alpha status and lack of updates since July 2024 mean you should verify that it handles your specific migration patterns and be prepared to maintain it…

MITpure Pythonaging
250.2Kdownloads / mo
fdb With conditions
PyPI · Database · released Jul 2025

FDB is a Python Database API 2.0-compliant driver for connecting to and querying Firebird 2.5 relational databases, with limited support for Firebird 3.0.

BSD-3-Clausepure Pythonaging
249.8Kdownloads / mo
schemainspect With conditions
PyPI · Database · released Sep 2022

Inspects PostgreSQL database schemas to extract metadata about tables, views, indexes, constraints, functions, and other database objects through a SQLAlchemy connection.

permissive licensepure Pythondormant
247.9Kdownloads / mo
migra With conditions
PyPI · Database · released Sep 2022

migra compares PostgreSQL database schemas and generates the SQL statements needed to transform one schema into another, automating schema migrations from the command line or within Python scripts.

However, the aging maintenance status (latest release 2022, though recent commits exist) means you should verify compatibility with your PostgreSQL version and be…

permissive licensepure Pythonaging
246.9Kdownloads / mo
redis-om With conditions
PyPI · Database · released Mar 2026

Redis OM provides declarative object mapping and data validation for Redis, letting you define Python models with type annotations that automatically serialize to and query from Redis with Pydantic validation.

It is worth installing for projects that benefit from Pydantic validation and declarative models; however, confirm that your Redis deployment includes RediSearch and…

BSD-3-Clausepure Python
242.9Kdownloads / mo
elasticsearch6 With conditions
PyPI · Database · released Mar 2021

Low-level Python client for Elasticsearch that handles HTTP communication, connection pooling, and serialization to the REST API.

Apache-2.0pure Python
240.0Kdownloads / mo
pgcopy With conditions
PyPI · Database · released Nov 2025

pgcopy wraps PostgreSQL's binary COPY protocol to load data into tables much faster than row-by-row inserts, using psycopg2 as the connection layer.

MITpure Pythonaging
239.6Kdownloads / mo
sqlcipher3 With conditions
PyPI · Database · released Jan 2026

sqlcipher3 is a Python DB-API 2.0 interface to SQLCipher, providing encrypted SQLite database access with features like user-defined window functions, incremental BLOB I/O, and native backup support.

MITcompiled wheel · 3.9+aging
238.6Kdownloads / mo
pulumi-snowflake With conditions
PyPI · Database · released Jul 2026

A Pulumi resource provider that lets you define, deploy, and manage Snowflake resources—databases, warehouses, users, roles, and other cloud objects—as code using Python.

permissive licensepure Python · 3.9+
238.6Kdownloads / mo
dyntastic With conditions
PyPI · Database · released Apr 2025

Dyntastic is a DynamoDB object-relational mapper built on Pydantic and boto3 that lets you define tables as Pydantic models and perform CRUD, query, scan, batch, and transactional operations against DynamoDB.

permissive licensepure Python · 3.7+aging
238.3Kdownloads / mo
redis-simple-mq With conditions
PyPI · Database · released Jul 2026

A lightweight message queue built on Redis that provides a class-based API for enqueueing and dequeueing messages in FIFO order, with support for bulk operations.

However, the lack of community adoption and sparse documentation mean you should verify it handles your specific queue semantics before committing to production.

MITpure Python · 3.10+
238.3Kdownloads / mo
pbspark With conditions
PyPI · Database · released Jun 2023

Converts protobuf messages to and from PySpark DataFrames using UDFs, enabling serialization and deserialization of protobuf data in Spark pipelines.

MITpure Pythonabandoned
235.0Kdownloads / mo
django-pgviews-redux With conditions
PyPI · Database · released Mar 2026

Adds first-class PostgreSQL view support to Django's ORM, allowing you to define, manage, and query database views as Django models.

license unclearpure Python · 3.10+
234.5Kdownloads / mo
mysql Skip
PyPI · Database · released May 2021

This package is a deprecated virtual wrapper that redirects to mysqlclient for Python 3 (or MySQL-python for Python 2). It provides no MySQL functionality itself—it exists only to route installations to the actual driver.

permissive licensepure Pythonabandoned
232.5Kdownloads / mo