perf: improve typescript performance (#523)

This commit is contained in:
Meier Lukas
2024-05-19 19:55:44 +02:00
committed by GitHub
parent 7e339c09c8
commit d9f5158662

View File

@@ -39,7 +39,7 @@ const initBetterSqlite = () => {
database = drizzleSqlite(connection, {
schema: sqliteSchema,
logger: new WinstonDrizzleLogger(),
});
}) as unknown as never;
};
const initMySQL2 = () => {