perf: improve typescript performance (#523)
This commit is contained in:
@@ -39,7 +39,7 @@ const initBetterSqlite = () => {
|
|||||||
database = drizzleSqlite(connection, {
|
database = drizzleSqlite(connection, {
|
||||||
schema: sqliteSchema,
|
schema: sqliteSchema,
|
||||||
logger: new WinstonDrizzleLogger(),
|
logger: new WinstonDrizzleLogger(),
|
||||||
});
|
}) as unknown as never;
|
||||||
};
|
};
|
||||||
|
|
||||||
const initMySQL2 = () => {
|
const initMySQL2 = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user