20 repos
Libraries and systems for SQL databases that run embedded within application processes rather than as separate server instances. The cluster spans multiple languages (Go, Python, Rust) and focuses on SQLite variants, OLAP-oriented engines, and lightweight database implementations designed for single-process or edge deployments. Key repos include better-sqlite3 (high-performance SQLite bindings), h2database (Java embedded database), and specialized tools like memcp and seql that optimize embedded database workflows.