libsql
Installation
SKILL.md
libSQL
Overview
libSQL is a fork of SQLite that adds replication, HTTP API access, and embedded replicas. It is the database engine behind Turso. Use the @libsql/client SDK to connect to local SQLite files, in-memory databases, or Turso cloud databases with the same API.
Installation
npm install @libsql/client
# or
bun add @libsql/client