@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
34 lines (33 loc) • 951 B
JSON
{
"description": "Use Turso in your Qwik app",
"__qwik__": {
"displayName": "Integration: Turso (database)",
"priority": -10,
"viteConfig": {},
"docs": [
"https://qwik.dev/integrations/turso/",
"https://docs.turso.tech"
],
"nextSteps": {
"title": "Create and set up your turso database",
"lines": [
" Install the Turso CLI (https://docs.turso.tech/quickstart)",
" You can then create a new Turso database by running:",
" turso db create <db-name>",
" To see information about the database, including a connection URL, run:",
" turso db show <db-name>",
" To get an authentication token for the database, run:",
" turso db tokens create <db-name>"
]
},
"alwaysInRoot": [
".env.local"
]
},
"dependencies": {
"@libsql/client": "latest"
},
"devDependencies": {
"@builder.io/qwik-city": "latest"
}
}