libsql

LibSQL / Turso

Edge SQL via libsql://, file:, or Turso HTTPS URLs.

SQLlibsql://my-db-org.turso.io?authToken=YOUR_TOKEN

The story

These pages use illustrative scenarios (sample names and timelines) to explain real Nexoxa Bridge features. Connection URLs, sidebar panels, and vault behavior match the product; story details are teaching examples, not customer case studies.

Edge app team TursoFast ships SQLite at the edge with Turso replicas and keeps file:./data/local.db for offline dev on the train. Two connection shapes, one product — libsql:// for remote, file: for embedded.

Lead dev Casey pointed file:./data/app.db at the repo, opened the grid, edited rows offline, then switched to libsql://my-db-org.turso.io?authToken=... for staging sync. Auth token landed in the vault, not in git. sqlite: URLs normalize to file: internally so old snippets still work.

LibSQL is Postgres-grade studio UX on SQLite bones — local-first when you want it, edge when you need it.

LibSQL / Turso

Connection URL

Scheme: libsql://

Parameters

LibSQL / Turso (remote)stringvaultrequired

libsql://my-db-org.turso.io?authToken=YOUR_TOKEN

LibSQL / SQLite (local file)stringvaultrequired

file:./data/local.db — Use file: or libsql:// for embedded SQL. sqlite: is normalized to file:.

Paste the URL in Nexoxa Bridge → New connection. Save a human-readable name — MCP references that name, not the raw URL with embedded passwords.

Step 1

Local SQLite files

Casey clones the repo, connects with file:./data/app.db, and runs migrations from Query lab before coffee. No docker compose up for a simple schema check.

Schema and grid work fully offline — plane mode friendly.

file: and libsql:// paths for embedded SQL. sqlite: scheme normalized to file:. No server process required for file-backed databases. Relative paths resolve from Bridge working context.

Local SQLite files

Step 2

Turso remote

Staging deploy uses libsql:// with authToken query param. Casey saves Turso Staging, verifies row counts match local, and ships. Token never appears in Copilot context — only the saved name.

Same grid and catalog as Postgres tabs; only the wire layer changes.

Remote LibSQL/Turso via libsql://host?authToken=TOKEN. HTTPS replication semantics handled by the client. Encrypted vault storage for tokens.

Turso remote

Next

Explore the full feature guide: LibSQL guide

Ask a question… Ctrl+I