Skip to main content
1

Install

Add the Turso package to your Python project:
2

Connect

Here’s how you can connect to a local SQLite database:
3

Create table

Create a table for users:
4

Insert data

Insert some data into the users table:
5

Query data

Query all users from the table: