Skip to main content
1

Install

Add the turso_dart package to your pubspec.yaml:
Then run:
2

Connect

Create a client connection. You can connect to an in-memory database or a local file:
3

Create table

Create a table for customers:
4

Insert data

Insert some data into the customers table:
5

Query data

Query all customers from the table:
6

Prepared statements

Use prepared statements for better performance and security: