Merge branch 'master' of papi.tkpups.com:tmiller/pokemon

This commit is contained in:
zach
2026-03-12 13:41:02 -04:00
4 changed files with 111 additions and 151 deletions

View File

@@ -17,6 +17,7 @@ pool.on('error', (err) => {
});
export const db = drizzle({ client: pool, relations: relations, casing: 'snake_case' });
export type DBInstance = typeof db;
export const ClosePool = () => {
pool.end();