BriskDB Alpha Shards SQLite for Parallel Writes, PostgreSQL Compatibility
TL;DR. BriskDB, an alpha database project, turns ordinary SQLite files into a sharded database with parallel write capabilities and PostgreSQL compatibility. - The system routes queries across multiple independent SQLite WAL files, enabling concurrent writes. - It offers HTTP, Rust, and Python APIs, with planned support for MongoDB and MySQL clients. - BriskDB maintains inspectable SQLite files for each shard and provides shard-safe ID generation.
- BriskDB is an alpha-stage sharded database built on SQLite files.
- It enables parallel writes across independent SQLite WAL files.
- BriskDB offers PostgreSQL and HTTP compatibility, with Rust/Python APIs.
- The system provides shard-safe ID generation and cross-shard indexing.
- Individual shards remain inspectable as standard SQLite databases.
Sources
- BriskDB — github.com