Database Drivers & Clients Packages
Low-level database drivers and client libraries for connecting applications directly to relational and document databases (node-postgres, pq, MySQL, MongoDB).
Packages in Database Drivers & Clients
node-postgres
Non-blocking PostgreSQL client for Node.js with pure JavaScript and native libpq bindings.
ioredis
A robust, full-featured Redis client for Node.js with built-in Cluster, Sentinel, and TypeScript support.
Prisma Client
Auto-generated, type-safe database client for Node.js and TypeScript.
MySQL2
Fast, pure-JavaScript MySQL client for Node.js with prepared statements, promises, and pooling.
pq
A pure Go PostgreSQL driver for Go's standard database/sql package.
better-sqlite3
The fastest and simplest SQLite3 library for Node.js, with a synchronous API and full transaction support.
redis-py
The official Python client for Redis, with sync, asyncio, cluster, and Sentinel support.
SQLAlchemy
The Python SQL toolkit and Object Relational Mapper that gives developers the full power and flexibility of SQL.
Node-Redis
The official, high-performance TypeScript client for Redis in Node.js.
Psycopg
The modern PostgreSQL adapter for Python, with native async and pipeline support
supabase-js
The official isomorphic JavaScript SDK for Supabase — database, auth, realtime, storage, and edge functions in one client.
idb
A tiny, promise-based wrapper around IndexedDB that keeps the native API but drops the event-listener boilerplate.
rusqlite
An ergonomic, safe Rust wrapper around SQLite with typed rows and prepared statement caching.
node-sqlite3
Asynchronous, non-blocking SQLite3 bindings for Node.js with prebuilt native binaries.
SQLx
Async, pure-Rust SQL toolkit with compile-time checked queries and no DSL