turso
$ brew install tursodatabase/tap/tursolibSQL, 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.
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
brew install tursodatabase/tap/tursoturso --helpturso auth login && turso db create opencliOpen 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 pairingOpen CLI recommends this skills.sh skill because it fits database workflows. Use better schema and migration decisions when a CLI touches databases.
$ npx skills add https://github.com/supercent-io/skills-template --skill database-schema-designUse 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 opencliSafe start
Install turso.
Run `turso --help` first.
Start with `turso auth login && turso db create opencli`.
Authenticate turso before asking the agent to do real work.