foreign key loading optimalization #451

This commit is contained in:
Jan Prochazka
2023-01-21 09:34:29 +01:00
parent 451f671426
commit 3dfae351a6
7 changed files with 4 additions and 42 deletions

View File

@@ -78,8 +78,6 @@ const drivers = driverBases.map(driverBase => ({
};
}
console.log('OPTIONS', options);
const client = new pg.Client(options);
await client.connect();