1 Repo
Relational database engines integrated directly into applications for local storage and query execution.
Distinct from SQLite Storage Adapters: Focuses on the engine itself being embedded in the app, rather than just an adapter for external persistence.
Explore 1 awesome GitHub repository matching data & databases · Embedded SQL Engines. Refine with filters or upvote what's useful.
dqlite is a distributed SQL database that embeds a relational database engine to provide replicated storage across a cluster of nodes. It functions as a replicated SQL engine designed to ensure data remains available and consistent during node failures. The system utilizes a consensus algorithm to manage leader election and synchronize a replicated log across the cluster. This approach enables automatic cluster failover and leader promotion to maintain continuous service without manual intervention. The project covers state machine replication, network-based cluster membership, and transacti
Embeds a relational database engine on each node to handle local data persistence and SQL execution.