Description
SQLite command workflows can use a compatibility binary backed by libSQL.
This package is useful for scripts, developers, or tools that expect a sqlite3-style command while targeting the libSQL implementation. It does not replace every SQLite behavior in every context; it provides a compatibility entry point for database access.
Use it deliberately in projects that expect libSQL. Database commands can read, write, or delete data, so check paths and backups before running scripts.