Welcome to Turso! Get started with Turso in minutes.
Install the Turso CLI
Signup to Turso
Create a Database
my-db
:default
“group” for your database, which you can inspect using the following command:Connect to Database Shell
shell
command:my-db
with the name of your database if you named it differently.Create table
users
using SQL:Insert into new table
users
table:Select all rows from table
users
:Connect your application to your database