libsql

Open source SQLite fork with enhanced features and contributions

brewmacoslinux
Try with needOr install directly
Source

About

Fork of SQLite that is both Open Source, and Open Contributions

Commands

libsql

Examples

Open or create a SQLite database$ libsql mydb.db
Execute SQL query from command line$ libsql mydb.db "SELECT * FROM users LIMIT 10;"
Import data from CSV file into database$ libsql mydb.db ".import data.csv my_table"