turso

officialscriptabledatabase
$ brew install tursodatabase/tap/turso
Summary

libSQL, edge databases, and db management from the terminal.

  • turso fits data & db well, especially for libsql, edge databases, and db management from the terminal.
  • It is the official CLI from Turso.
  • Good for scripts and agents.
  • Good fit for coding-agent workflows and repeatable scripts.
  • Structured output is available for automation and parsing.
database-turso-SKILL.md

Turso guide

The official CLI from Turso. libSQL, edge databases, and db management from the terminal. Supports structured output — good for scripts and agents.

Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.

When to apply

  • libsql, edge databases, and db management from the terminal.
  • You want databases you can script with structured output.
  • You need libsql.
  • You need edge databases.
  • You need db management.

Quick reference

Installbrew install tursodatabase/tap/turso
Verifyturso --help
First real commandturso auth login && turso db create opencli

Open CLI × skills.sh

Open CLI integrates turso with the right skills.sh companions so you get the tool and the workflow together.

Database Schema Design

Recommended pairing

Open CLI recommends this skills.sh skill because it fits database workflows. Use better schema and migration decisions when a CLI touches databases.

View on skills.sh
$ npx skills add https://github.com/supercent-io/skills-template --skill database-schema-design
Starter prompt

Use turso together with the Database Schema Design skills.sh skill. Inspect the current schema or data first, summarize what matters, and ask before any migration or write action.

Why this tool

  • turso fits data & db well, especially for libsql, edge databases, and db management from the terminal.
  • It is the official CLI from Turso.
  • Good for scripts and agents.

Watch-outs

  • Sign in before real work.
  • Needs network access.
  • Start with read-only or dry-run commands.

Example workflow

1. turso auth login && turso db create opencli

Safe start

Step 1

Install turso.

Step 2

Run `turso --help` first.

Step 3

Start with `turso auth login && turso db create opencli`.

Step 4

Authenticate turso before asking the agent to do real work.

Alternatives worth considering