Quickstart
Welcome to Turso! Get started with Turso in minutes.
In this quickstart you will learn how to:
- Install the Turso CLI
- Signup to Turso
- Create your first Turso Database
- Connect to Database Shell
Install the Turso CLI
We’ll be using the Turso CLI throughout this quickstart to manage databases, create replicas in other regions, and connect to the database shell.
Signup to Turso
The next command will open your browser to sign up:
Create a Database
Now create your first database in a location closest to you with the name my-db
:
The Turso CLI automatically detected your closest region to create a database. It used this location to create a default
“group” for your database, which you can inspect using the following command:
Connect to Database Shell
Congratulations, you created a database! Now connect to it with the shell
command:
Replace my-db
with the name of your database if you named it differently.
When you’re ready to move onto the next step, you’ll want to to quit the shell:
Connect your application to your database
You’re now ready to connect your application to your database. Pick from one of the SDKs below to continue:
Was this page helpful?