133 repos across 5 sub-areas
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.
Cluster 462071
35 repos
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.
Cluster 462073
26 repos
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.