8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b165577 commit e80195eCopy full SHA for e80195e
playground/server/api/test.ts
@@ -23,7 +23,7 @@ export default eventHandler(async () => {
23
// db.prepare('select * from todos where id = ?1').bind(1),
24
// ])
25
26
- return await useDatabase().exec('CREATE TABLE IF NOT EXISTS frameworks (id INTEGER PRIMARY KEY, name TEXT NOT NULL, year INTEGER NOT NULL DEFAULT 0)')
+ return await db.exec('CREATE TABLE IF NOT EXISTS frameworks (id INTEGER PRIMARY KEY, name TEXT NOT NULL, year INTEGER NOT NULL DEFAULT 0)')
27
28
// return useProjectDatabase(projectUrl).all(sql`SELECT * from todos``)
29
// return {}
0 commit comments