Skip to main content
Quasar banner

Prerequisites

Before you start, make sure you:
1

Install the libSQL SDK

Begin by installing the @libsql/client dependency in your project:
2

Configure database credentials

Get the database URL:
Get the database authentication token:
Assign credentials to the environment variables inside .env.local.
3

Configure libSQL Client

Avoid a gotcha moment by modifying the app configuration using the settings below.
quasar.config.js
4

Fetch data from Turso.

IndexPage.vue

Examples

Todo App

See the full source code