10 projects
pgx
pgx is a PostgreSQL driver and toolkit for Go that provides a low-level interface for PostgreSQL, connection pooling, automatic statement preparation and caching, batch operations, and support for custom types and encodings
2,292
668
$1.8M
psycopg2
Psycopg is a PostgreSQL database adapter for the Python programming language. It is a wrapper for the libpq PostgreSQL client library, enabling Python applications to execute SQL queries and interact with PostgreSQL databases. The library implements the Python DB-API 2.0 specification and includes thread-safety, connection pooling, and support for many PostgreSQL data types.
2,009
566
$1.1M
Go-MySQL-Driver
A pure Go MySQL driver for database/sql that implements MySQL's wire protocol to enable native Go programs to interact with MySQL databases without requiring CGO
1,563
445
$364K
pq
A pure Go postgres driver for the database/sql package
1,369
575
$436K
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,158
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.
609
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
499
112
$6M
DBD::mysql
MySQL driver for the Perl5 Database Interface (DBI)