Description
Applications can use a SQLite-derived database engine designed for modern app and service workflows.
This library is useful for developers who want libSQL compatibility or features from the libSQL ecosystem while keeping the embedded-database style familiar from SQLite. It is not a database management interface by itself; applications link to it or use its APIs.
Use it when a project depends on libSQL or when you are intentionally building against that database engine. Data safety depends on the application, storage path, backups, and migration logic.