This commit is contained in:
Zef Hemel
2022-10-17 16:28:58 +02:00
parent e7a240127c
commit 6013426212
5 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
export * from "../common/deps.ts";
export { Database as SQLite } from "https://deno.land/x/sqlite3@0.6.1/mod.ts";
export { DB as SQLite } from "https://deno.land/x/sqlite@v3.5.0/mod.ts";
export { Application, Router } from "https://deno.land/x/oak@v11.1.0/mod.ts";