Skip to main content
1

Install

2

Launch

Then launch the interactive shell:
This will start the Turso interactive shell where you can execute SQL statements:
3

Execute

Now you can execute SQL statements in the interactive shell:
Create a table for users:
Insert some data into the users table:
Query all users from the table:
This will return:

Experimental Features

You can enable experimental features when launching tursodb using various flags such as --experimental-encryption, --experimental-mvcc, --experimental-strict, and --experimental-views. Note: These features are not production ready, so do not use them for critical data right now. For a complete list of available flags and options, see the Turso manual.