133 repos across 5 sub-areas
Tools and libraries for working with SQL databases—particularly PostgreSQL, MySQL, and SQLite—across multiple programming languages. The cluster spans database migration tools (like dbmate and goose), SQL query builders and ORMs, command-line utilities for database interaction, and data management layers. Most repos are written in TypeScript, Go, and Rust, reflecting both backend infrastructure and cross-platform tooling needs.
SQL databases and query tools
36 repos
Tools, libraries, and applications for working with relational databases—primarily SQL query execution, database management, and data manipulation across PostgreSQL, MySQL, SQLite, and other SQL engines. The cluster spans database clients and IDEs (like Chat2DB for database exploration), ORM libraries, query builders, migration tools, and database abstraction layers, mostly implemented in TypeScript, Go, and Python. This represents the practical ecosystem around SQL database development and operations.
SQL databases and tools
35 repos
Tools, libraries, and extensions for working with SQL databases—primarily PostgreSQL and MySQL. The cluster spans command-line clients (usql, dbmate, pgbot), database engines and extensions (orioledb, pgrust), and schema migration tooling. Most repos are written in Go and C, with some Rust implementations, reflecting a mix of language choices for systems that need both performance and developer accessibility.
SQL databases and ORMs
27 repos
Libraries and tools for working with relational databases—primarily SQLite, PostgreSQL, and MySQL—with a strong emphasis on Object-Relational Mapping (ORM) layers. The cluster spans multiple language ecosystems, with TypeScript and JavaScript implementations (Drizzle, Sea-ORM) alongside runtime environments like Bun that bundle database tooling, as well as Go and other language bindings. These projects range from lightweight query builders to full-featured ORMs that handle schema management, migrations, and type-safe database access.
Database Management & SQL Tools
26 repos
Database administration, query interfaces, and data management platforms for relational databases, with particular focus on PostgreSQL and MySQL. This cluster spans desktop clients (Beekeeper Studio, DBeaver), web-based data platforms (Directus, Chat2DB), ORMs and query builders (Prisma), and monitoring/analytics tools. Contributors build across TypeScript, Go, and Rust to create interfaces ranging from IDE-like query editors to full-featured database backends.
PostgreSQL clients and drivers
9 repos
PostgreSQL database connectivity libraries and command-line interfaces across multiple languages. The cluster includes Python drivers (psycopg2), Go clients, TypeScript bindings, and the PostgreSQL server itself, alongside CLI tools like pgcli that provide interactive terminal access to Postgres databases. Engineers working with Postgres from application code, DevOps, or data analysis will find implementation patterns and ready-to-use connectors here.