Migrate fully to sqlite based backend

This commit is contained in:
2023-09-22 14:34:32 +01:00
parent 03fb7268a8
commit 9cff775cf4
15 changed files with 478 additions and 158 deletions
+3
View File
@@ -0,0 +1,3 @@
import { PrismaClient } from "@prisma/client";
export const prisma = new PrismaClient();