14 projects
Prisma
Prisma is a next-generation ORM (Object-Relational Mapping) that helps developers build faster and make fewer errors with an intuitive data model, automated migrations, type-safety and auto-completion. It provides a clean and type-safe database access layer that supports multiple databases including PostgreSQL, MySQL, SQLite, and MongoDB.
19,407
4,700
$6.9M
knex.js
A flexible SQL query builder for Node.js and browsers that provides a clean, chainable interface for constructing database queries across multiple database platforms including PostgreSQL, MySQL, SQLite and more
5,934
1,757
$3.7M
redis-py
redis-py is the official Python client library for Redis, providing a Pythonic interface to interact with Redis databases. It enables Python applications to connect to Redis servers and use Redis data types and commands through an intuitive API.
3,361
957
$3.8M
Doctrine DBAL
Doctrine DBAL (Database Abstraction Layer) is a powerful database abstraction library for PHP that provides a lightweight and consistent interface for communicating with various relational database systems. It sits on top of PDO and offers additional functionality, security, and an object-oriented API for database operations.
3,062
921
$2.5M
PouchDB
PouchDB is a JavaScript database that syncs with CouchDB and works in the browser, enabling offline-first web applications. It allows applications to store data locally while offline and sync it with CouchDB and compatible servers when online.
3,008
845
$3.8M
Redis client for Go
A Go client library for Redis that provides a robust interface for interacting with Redis databases, supporting core Redis commands, connection pooling, and cluster operations
2,590
694
$2.8M
jOOQ
jOOQ is a Java library that provides a fluent API for building type-safe SQL queries. It generates Java code from database schemas and enables developers to write SQL queries using Java code, offering compile-time safety, code completion, and database abstraction.
2,427
590
$13M
Node MySQL2
Node MySQL2 is a high-performance MySQL client library for Node.js applications, offering both synchronous and Promise-based interfaces, prepared statements, connection pooling, and support for MySQL protocol features
2,175
541
$879K
MyBatis
MyBatis is a SQL mapping framework that simplifies database access in Java applications by providing a layer between Java code and SQL databases. It automates the mapping between SQL queries and Java objects, reducing boilerplate code while maintaining full control over SQL statements.
2,171
273
$3.9M
MongoDB Node.js Driver
The official MongoDB driver for Node.js, providing a high-level API for applications to interact with MongoDB databases. It enables Node.js applications to connect to MongoDB servers, perform CRUD operations, run queries, and manage database operations with support for modern MongoDB features.
1,161
375
$346M
SOCI
SOCI is a C++ database access library that provides a lightweight and efficient abstraction layer for accessing SQL databases. It offers a modern interface for database operations while maintaining high performance and supporting multiple database backends including MySQL, PostgreSQL, Oracle, and SQLite.
610
108
$2.3M
MongoDB Go Driver
The official MongoDB driver for the Go programming language, providing a high-performance, idiomatic way to work with MongoDB databases in Go applications
503
112
$6M
Snowflake Connector for Python
Snowflake Connector for Python