|
|
|
|
|
by amjith
2716 days ago
|
|
DBCLI (https://www.dbcli.com/) is an open source org that made pgcli, mycli, mssql-cli etc. LiteCLI is part of that org. So you can think of it as a clone of mycli that happens to work with SQLite. The code base is largely similar between mycli and litecli. The changes are to support the SQLite backend and to support the dot commands (like .tables, .mode etc). So the feature set should be same. The DBCLI tools are not created by a single individual (anymore). We have a team of core devs and the lead maintainer for pgcli, mycli and litecli are all different people. |
|