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 f3dca7b commit 70ce261Copy full SHA for 70ce261
src/App.svelte
@@ -30,7 +30,7 @@
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 =
33
- "https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tgca.db";
+ "https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tcga.db";
34
import Prism from "prismjs";
35
import "prismjs/components/prism-sql";
36
0 commit comments