We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95393ad commit 03cf7b4Copy full SHA for 03cf7b4
components/SDA/SDB.tsx
@@ -16,8 +16,8 @@ export default function SDB({ id }: { id: string }) {
16
async function start() {
17
setLoader(true)
18
const sdb = await new SimpleWebDB().start()
19
- await sdb.customQuery(`ATTACH DATABASE '${id}' as mydb;
20
-use mydb;`)
+ // await sdb.customQuery(`ATTACH DATABASE '${id}' as mydb;
+ // use mydb;`)
21
const code = `// For front-end projects, switch to SimpleWebDB
22
import { SimpleDB } from "simple-data-analysis";
23
0 commit comments