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 bfc9a9f commit f3dca7bCopy full SHA for f3dca7b
db/README.md public/db/README.mddb/README.md renamed to public/db/README.md
db/tcga.db public/db/tcga.dbdb/tcga.db renamed to public/db/tcga.db
src/App.svelte
@@ -28,8 +28,9 @@
28
{ value: "32768", name: "32768" },
29
];
30
let sqlQuery = `SELECT * from titles WHERE title_id LIKE "tt00000%";`;
31
+ // let dbUrl = "https://nishad.github.io/sql.js-httpvfs-playground/db/imdb-titles-100000_1024_indexed.db";
32
let dbUrl =
- "https://nishad.github.io/sql.js-httpvfs-playground/db/imdb-titles-100000_1024_indexed.db";
33
+ "https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tgca.db";
34
import Prism from "prismjs";
35
import "prismjs/components/prism-sql";
36
0 commit comments