dqlite

Embeddable, replicated and fault-tolerant SQLite engine

brewmacoslinux
Try with needOr install directly
Source

About

Embeddable, replicated and fault-tolerant SQLite-powered engine

Commands

dqlite

Examples

Start a dqlite server on default port 9001$ dqlite
Connect to a dqlite server and execute SQL queries$ dqlite -s localhost:9001 'CREATE TABLE test (id INTEGER PRIMARY KEY)'
Query data from a dqlite database$ dqlite -s localhost:9001 'SELECT * FROM test'