libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
libSQL is a fork of SQLite that is open source and accepts open contributions. The project provides database functionality through multiple components: a Rust API for libSQL, a server mode called sqld that exposes SQLite over HTTP with features like read replicas and high availability integration, a shell implementation in Rust, and JavaScript bindings compiled to WebAssembly. The tech stack includes Rust as the primary language, WebAssembly for browser and Node.js support, and integrations with S3-compatible storage through the Bottomless subproject for continuous backup and replication. The repository also bundles SQLite encryption extensions and PCRE2 regular expression support.