Skip to content

Commit 03cf7b4

Browse files
committed
Geo files work
1 parent 95393ad commit 03cf7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/SDA/SDB.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export default function SDB({ id }: { id: string }) {
1616
async function start() {
1717
setLoader(true)
1818
const sdb = await new SimpleWebDB().start()
19-
await sdb.customQuery(`ATTACH DATABASE '${id}' as mydb;
20-
use mydb;`)
19+
// await sdb.customQuery(`ATTACH DATABASE '${id}' as mydb;
20+
// use mydb;`)
2121
const code = `// For front-end projects, switch to SimpleWebDB
2222
import { SimpleDB } from "simple-data-analysis";
2323

0 commit comments

Comments
 (0)