Open source SQLite fork with enhanced features and contributions
Fork of SQLite that is both Open Source, and Open Contributions
libsql
$ libsql mydb.db
$ libsql mydb.db "SELECT * FROM users LIMIT 10;"
$ libsql mydb.db ".import data.csv my_table"