@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
34 lines (33 loc) • 946 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": {
"@qwik.dev/router": "latest"
}
}