Ross ROSS = Recommend OSS · open-source software intelligence for agents

domain: databases

2027 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
grantjenks/python-diskcache
DiskCache is a pure-Python disk and file backed cache library with a Django-compatible API, built on SQLite and memory-mapped files. It pro…
322906stable
holepunchto/hypercore
Hypercore is a JavaScript library implementing a secure, distributed append-only log that uses signed merkle trees to verify data integrity…
992903active
google/osv.dev
OSV (Open Source Vulnerabilities) is Google's open, distributed vulnerability database and triage service that aggregates security advisori…
842901stable
orangehill/iseed
iSeed is a Laravel package that generates database seed files from existing database table data via an Artisan command. It supports Laravel…
922897active
percona/grafana-dashboards
A collection of Grafana dashboards for database monitoring, part of Percona Monitoring and Management (PMM). It provides prebuilt dashboard…
102894active
sql-formatter-org/sql-formatter
A JavaScript/TypeScript library that pretty-prints SQL queries across many dialects including PostgreSQL, MySQL, BigQuery, Snowflake, and P…
962886active
obi1kenobi/trustfall
Trustfall is a query engine written in Rust that lets you query arbitrary data sources—APIs, files, databases, even AI models—using a Graph…
672884active
oceanbase/seekdb
seekdb is an AI-native search database from OceanBase that unifies relational, vector, full-text, JSON, and GIS data in a single MySQL-comp…
742882active
eko/gocache
Gocache is an extensible Go caching library providing a unified API over multiple cache stores such as in-memory (bigcache, ristretto, go-c…
962881active
chdb-io/chdb
chDB is an in-process SQL OLAP engine powered by ClickHouse, embeddable in Python (plus Go, Rust, Node.js, and Bun bindings) without runnin…
972879active
explorerhq/sql-explorer
SQL Explorer is a Django-based SQL reporting and business intelligence application that lets users write, run, and share SQL queries throug…
302876active
staudenmeir/eloquent-has-many-deep
A Laravel Eloquent package extending HasManyThrough relationships to support unlimited levels of intermediate models. It supports many-to-m…
742870active
kitloong/laravel-migrations-generator
A Laravel/Lumen package that generates Laravel migration files from an existing database schema, including tables, columns, indexes, and fo…
812864active
doctrine/data-fixtures
Doctrine Data Fixtures is a PHP library for managing and loading data fixtures into databases via the Doctrine ORM or ODM. It provides a fi…
872851stable
typegoose/mongodb-memory-server
A Node.js library that programmatically downloads and spins up real MongoDB server binaries for testing, holding data in memory with zero o…
942844active
gobackup/gobackup
GoBackup is a dependency-free CLI backup tool for application servers that dumps databases (MySQL, PostgreSQL, Redis, MongoDB, etc.), archi…
922842stable
sequelize/sequelize-typescript
A TypeScript library providing decorators and type-safe features for Sequelize v6, enabling class-based model definitions with @Table, @Col…
232839active
armink/FlashDB
FlashDB is an ultra-lightweight embedded database written in C that provides two storage modes: a key-value database (KVDB) and a time-seri…
792834stable
dataplat/dbatools
dbatools is a free, open-source PowerShell module with nearly 700 commands for automating SQL Server administration, including instance mig…
982827active
tj/connect-redis
A Redis-backed session store for Connect and Express, implemented as a plug-in store for express-session. It persists session data in Redis…
912821stable
maxpert/marmot
Marmot is a leaderless, distributed SQLite replication system built on a gossip-based protocol with distributed transactions and eventual c…
872819active
smithyhq/sqladmin
SQLAdmin is a flexible admin dashboard library for SQLAlchemy models that integrates with FastAPI and Starlette applications. It provides C…
972816active
bits-and-blooms/bloom
A Go library implementing fast, space-efficient Bloom filters backed by a compact bitset and murmur3 hashing. It supports membership querie…
692807stable
awslabs/amazon-redshift-utils
A collection of Python utilities, admin scripts, views, and stored procedures for managing and optimizing Amazon Redshift data warehouse cl…
502807active
pgpartman/pg_partman
pg_partman is a PostgreSQL extension that creates and manages time-based and number-based table partition sets using built-in declarative p…
972797stable
microsoft/pg_durable
pg_durable is a PostgreSQL extension that provides durable execution for long-running, fault-tolerant SQL functions directly inside the dat…
822788active
SRombauts/SQLiteCpp
SQLiteC++ (SQLiteCpp) is a lean, easy-to-use C++ wrapper around the native C APIs of SQLite3, offering intuitive, well-documented C++ class…
672780stable
illuminate/database
Illuminate Database is the database toolkit extracted from the Laravel framework, providing an expressive query builder, the Eloquent Activ…
772770stable
XiaoMi/Gaea
Gaea is a MySQL-protocol database middleware proxy developed by Xiaomi's B2C dev team. It provides sharding (database and table partitionin…
552765active
laixintao/iredis
IRedis is an interactive terminal client for Redis with auto-completion, syntax highlighting, and human-friendly output formatting. It serv…
792740active
NetSPI/PowerUpSQL
PowerUpSQL is a PowerShell toolkit for attacking and auditing SQL Server instances, supporting discovery, weak configuration auditing, priv…
322737active
le0pard/pgtune
PgTune is a web application that generates tuned PostgreSQL configuration files based on your hardware specifications. It is a modern rewri…
752735active
yy0931/sqlite3-editor
A VSCode extension that provides a custom editor for SQLite3 database files, allowing spreadsheet-like viewing and editing of data and sche…
702731active
cars10/elasticvue
Elasticvue is a free, open-source GUI for Elasticsearch available as a desktop app, browser extension, Docker container, or self-hosted web…
932728active
okbob/pspg
pspg is a Unix terminal pager written in C with rich functionality designed for browsing tabular data, primarily as a pager for psql and Po…
812728active
aimeos/upscheme
Upscheme is a PHP library for database schema migrations and updates, letting developers define tables, columns, indexes, foreign keys, and…
752726active
google/s2geometry
S2 Geometry is a C++ library (with Python bindings) for computational geometry and spatial indexing on the sphere, representing geographic …
842717active
join-monster/join-monster
Join Monster is a JavaScript library that acts as a query execution layer between GraphQL and SQL databases, translating GraphQL queries in…
392701active
jfcoz/postgresqltuner
postgresqltuner.pl is a Perl script that analyzes a running PostgreSQL instance's configuration and produces a report with tuning hints, in…
232699active
postgres-ai/database-lab-engine
DBLab Engine is an open-source platform that provides instant, full-size thin clones and branching of PostgreSQL databases using ZFS copy-o…
892697active
BeanieODM/beanie
Beanie is an asynchronous Python object-document mapper (ODM) for MongoDB, with data models built on Pydantic. Each MongoDB collection maps…
832695active
apache/cassandra-gocql-driver
gocql is the official Apache Cassandra driver for Go, implementing a fast and robust client over Cassandra's native transport protocol. It …
852692active
fnc12/sqlite_orm
A lightweight, header-only SQLite ORM library for modern C++ (C++14/17/20). It lets you perform CRUD operations and queries with an intuiti…
672691active
georgia-tech-db/evadb
EvaDB is a Python database system for building AI-powered applications, exposing a SQL API that queries structured data, videos, and unstru…
102673active
doug-martin/goqu
goqu is an expressive SQL query builder and executor library for Go, supporting multiple database dialects like PostgreSQL, MySQL, SQLite3,…
232671stable
vladmihalcea/hypersistence-utils
Hypersistence Utils (formerly Hibernate Types) is a Java library providing extra Hibernate custom types and Spring utilities for the data a…
762668active
slick/slick
Slick is a strongly-typed database query and access library for Scala that lets you work with relational databases as if they were Scala co…
702664active
mybatis-flex/mybatis-flex
MyBatis-Flex is a lightweight enhancement framework for MyBatis that adds fluent QueryWrapper-based CRUD, pagination, multi-table queries, …
922661active
mongodb/mongo-java-driver
The official MongoDB drivers for the JVM, providing APIs for Java, Kotlin (including coroutines), and Scala to connect to and work with Mon…
992659stable
skytable/skytable
Skytable is a modern, scalable NoSQL database server written in Rust, featuring BlueQL, a SQL-based query language hardened against injecti…
582659active
dolthub/go-mysql-server
A MySQL-compatible SQL engine and server written in Go that runs queries over arbitrary data sources using the MySQL dialect and wire proto…
702652active
pynamodb/PynamoDB
PynamoDB is a Python library providing a simple, elegant, model-based interface to Amazon's DynamoDB NoSQL database. It abstracts DynamoDB'…
632649stable
antares-sql/antares
Antares SQL is a free, open-source desktop SQL client built with Electron and Vue.js, focused on a modern, productivity-driven user experie…
512647active
sfu-db/connector-x
ConnectorX is a Rust-based library with Python bindings that loads data from databases into DataFrames (pandas, Arrow, Polars) as fast and …
832646active
thepirat000/Audit.NET
Audit.NET is an extensible .NET framework for generating audit logs of executing operations, capturing environmental data like user ID, mac…
762645active
cve-search/cve-search
cve-search is a tool-set that imports CVE and CPE data into a local MongoDB to enable fast, private searching of known software vulnerabili…
842642active
google/googlesql
GoogleSQL (formerly ZetaSQL) is a C++ analyzer framework that defines a SQL language—grammar, types, data model, semantics, and function li…
922638active
unjs/unstorage
Unstorage is an async key-value storage library for JavaScript with a unified API across 30+ built-in drivers (memory, filesystem, browser,…
912637stable
paypal/junodb
JunoDB is PayPal's open-source secure, consistent, and highly available distributed key-value store delivering single-digit millisecond lat…
302636active
eduardolat/pgbackweb
PG Back Web is a self-hosted web application for managing PostgreSQL backups with a user-friendly interface. It automates scheduled backups…
532623active
DbUp/DbUp
DbUp is a .NET library for deploying changes to SQL Server and other databases. It tracks which SQL scripts have already run and executes o…
722621stable
instantdb/instant
Instant is an open-source backend platform (the 'Modern Firebase') providing a real-time relational database, auth, permissions, storage, p…
6710493maintenance
testcontainers/testcontainers-node
Testcontainers for Node.js is a TypeScript library that spins up lightweight, throwaway Docker containers of real dependencies like databas…
982592active
lealone/Lealone
Lealone is a Java-based full-stack, self-evolving general-purpose AI agent built on top of a high-performance NewSQL/RDBMS engine with asyn…
672581active
tporadowski/redis
An unofficial native Windows port of Redis 5.0.14 (and 4.0.14), the in-memory key-value database with persistence, supporting strings, list…
6710251maintenance
malloydata/malloy
Malloy is an open-source semantic modeling and query language that compiles to SQL and runs on existing database engines like BigQuery, Sno…
952559active
Altinity/clickhouse-operator
The Altinity Kubernetes Operator for ClickHouse is a Go-based Kubernetes operator that creates, configures, and manages ClickHouse clusters…
982558active
go-gorm/gen
GORM Gen is a code-generation library built on top of the GORM ORM for Go. It generates type-safe DAO APIs and query DSL code from database…
952558active
sequelize/cli
The official command-line interface for the Sequelize ORM, providing commands to initialize projects, generate models, migrations, and seed…
762558active
neilotoole/sq
sq is a command-line data wrangling tool that provides jq-style querying over SQL databases and document formats like CSV, Excel, and JSON.…
962555active
reactiveui/Akavache
Akavache is an asynchronous, persistent key-value store for .NET desktop and mobile applications, built on SQLite3. It supports storing imp…
942553active
spring-ai-alibaba/DataAgent
An enterprise-grade AI data analyst agent built on Spring AI Alibaba Graph that converts natural language to SQL, runs Python deep analysis…
832550active
sqlpage/SQLPage
SQLPage is an open-source web application framework, written in Rust, that turns SQL queries in .sql files into interactive data-driven web…
972544active
3lvis/SwiftSync
SwiftSync is a Swift library that syncs JSON API payloads into local SwiftData models and exports them back to JSON. It provides convention…
752541active
PyMySQL/mysqlclient
mysqlclient is a Python DB-API 2.0 compatible driver for MySQL and MariaDB, forked from MySQLdb1 with Python 3 support and bug fixes. It wr…
842536active
doctrine/DoctrineFixturesBundle
A Symfony bundle that integrates the Doctrine Data Fixtures library for loading fixture data into the Doctrine ORM. It lets developers defi…
852533stable
tidwall/pogocache
Pogocache is a fast in-memory caching server written in C with a focus on low latency and CPU efficiency. It speaks Memcache, Redis/Valkey …
832515active
ErikEJ/EFCorePowerTools
EF Core Power Tools is a Visual Studio extension and cross-platform CLI (efcpt) for Entity Framework Core that provides GUI-based reverse e…
692511active
RDFLib/rdflib
RDFLib is a pure Python library for working with RDF (Resource Description Framework), providing parsers and serializers for formats like R…
852499stable
ArcticDB
ArcticDB is a high-performance DataFrame database for time series and tick data, developed at Man Group for quantitative data science. It s…
942493active
rails/solid_queue
Solid Queue is a database-backed queuing backend for Rails Active Job, storing jobs in SQL databases like MySQL, PostgreSQL, or SQLite. It …
982488active
rbatis/rbatis
Rbatis is a high-performance async ORM framework for Rust that compiles dynamic SQL (py_sql/html_sql) to native Rust code at compile time. …
982486active
psycopg/psycopg
Psycopg 3 is the modern generation PostgreSQL database adapter for Python, offering both pure Python and C-accelerated implementations plus…
772479active
griddb/griddb
GridDB is an open-source, high-performance distributed database optimized for time-series IoT and big data workloads, offering both NoSQL a…
662475active
django-commons/django-simple-history
A Django app that records the state of models on every create, update, and delete, storing a full change history. It integrates with the Dj…
932461active
prometheus/mysqld_exporter
An official Prometheus exporter that scrapes MySQL and MariaDB server metrics and exposes them in Prometheus format over HTTP. It supports …
902460active
spatie/laravel-translatable
A Spatie PHP package providing a HasTranslations trait that makes Laravel Eloquent model attributes translatable. Translations are stored a…
882459stable
indradb/indradb
IndraDB is a graph database written in Rust, available as a gRPC-based server with Python and Rust bindings, as an embeddable Rust library,…
402459active
Zleap-AI/SAG
SAG is an open-source retrieval architecture and knowledge base application that replaces both traditional RAG and GraphRAG with event-enti…
832425active
jhawthorn/discard
Discard is a simple Ruby ActiveRecord mixin that adds soft-delete conventions by flagging records with a discarded_at timestamp instead of …
722424stable
xxjwxc/gormt
gormt is a Go tool that connects to a MySQL (and optionally SQLite/MSSQL) database and automatically generates Golang struct definitions co…
642422active
sodadata/soda-core
Soda Core is a data quality and data contract verification engine that lets teams define data quality contracts in YAML and validate schema…
992417active
wiredtiger/wiredtiger
WiredTiger is a high-performance, scalable NoSQL data management platform and storage engine library written in C, developed by MongoDB as …
672415stable
julien-duponchelle/python-mysql-replication
A pure Python library implementing the MySQL replication protocol on top of PyMySQL, letting applications stream binlog events such as inse…
932414active
collectiveidea/awesome_nested_set
A Ruby gem implementing the nested set pattern for ActiveRecord models, serving as a modern replacement for acts_as_nested_set and BetterNe…
582411stable
TruCopilot/phpfastcache
Phpfastcache is a high-performance PHP caching library providing a single unified API over many backend drivers such as Redis, Memcached, M…
572409stable
Mycat
MyCAT is an open-source database middleware written in Java that acts as a distributed MySQL cluster proxy, providing sharding, read/write …
609514maintenance
miguelgrinberg/Flask-Migrate
Flask-Migrate is a Flask extension that wraps Alembic to handle SQLAlchemy database migrations. It exposes migration operations as command-…
602404stable
youngyangyang04/Skiplist-CPP
A lightweight key-value storage engine implemented in C++ using a skiplist as the core data structure, supporting insert, delete, search, d…
322399stable
mobz/elasticsearch-head
elasticsearch-head is a web front end for browsing and interacting with an Elasticsearch cluster. It provides cluster topology views, searc…
239472maintenance

← prev page 7 / 21 next →