Datenbank Umstellung
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import knex, { Knex } from "knex";
|
||||
export { prisma } from "@ibcornelsen/database"
|
||||
|
||||
export function dbOpen(): Knex {
|
||||
const db = knex({
|
||||
@@ -9,5 +10,4 @@ export function dbOpen(): Knex {
|
||||
return db;
|
||||
}
|
||||
|
||||
|
||||
export const db = dbOpen();
|
||||
Reference in New Issue
Block a user