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

Connection Modes

Local SQLite File

Installs
3
GitHub Stars
155
First Seen
12 days ago
libsql — terminalskills/skills