Prerequisites
Before you start, make sure you:- Install the Turso CLI
- Sign up or login to Turso
- Have a Quasar app — learn more
Configure database credentials
Get the database URL.Get the database authentication token.Assign credentials to the environment variables inside
.env.local.Configure LibSQL Client
IndexPage.vue
Avoid a gotcha
moment by
modifying the app configuration using the settings below.
quasar.config.js
Examples
Todo App
See the full source code