Skip to content

Commit f3dca7b

Browse files
committed
tcga test
1 parent bfc9a9f commit f3dca7b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
File renamed without changes.
File renamed without changes.

src/App.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
{ value: "32768", name: "32768" },
2929
];
3030
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";
3132
let dbUrl =
32-
"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";
3334
import Prism from "prismjs";
3435
import "prismjs/components/prism-sql";
3536

0 commit comments

Comments
 (0)