Set up Turso in your Axum project in minutes
Retrieve database credentials
.env
.Add the libsql crate to the project
dotenvy
to help you work with .env
files:Execute SQL
Use in an Axum handler
Database
instance in the application state, which is then used in the handler to execute queries.