rqlite

Lightweight distributed relational database built on SQLite

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight, distributed relational database built on SQLite

Commands

rqlitedrqlite

Examples

Start an rqlite server node on default port 4001$ rqlited ~/node.db
Connect to rqlite server and execute SQL query$ rqlite -H localhost -p 4001
Create a table and insert data via CLI$ rqlite < commands.sql