Documentation Index
Fetch the complete documentation index at: https://docs.turso.tech/llms.txt
Use this file to discover all available pages before exploring further.

Prerequisites
Before you start, make sure you:- Install the Turso CLI
- Sign up or login to Turso
- Have a Rocket app — learn more
Retrieve database credentials
You will need an existing database to continue. If you don’t have one, create one.Get the database URL:Get the database authentication token:Assign credentials to the environment variables inside
.env.You will want to store these as environment variables.
Add the libsql crate to the project
Optionally, you can add a package such as
dotenvy to help you work with .env files:Examples
Turso + Rocket Todo List
See the full source code