Dqlite

Dqlite ("distributed SQLite") is a portable C library that provides a shared-nothing DBMS. It uses SQLite as its internal storage manager.

Data Model

Relational

Storage Architecture

Disk-oriented

System Architecture

Shared-Nothing

Storage Organization

Heaps

Query Interface

SQL

Website

https://dqlite.io/

Source Code

https://github.com/canonical/dqlite

Developer

Canonical

Start Year

2018

Project Type

Open Source

Written in

C

Supported languages

C

Embeds / Uses

SQLite

Compatible With

SQLite

Licenses

Apache v2