-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
The README currently shows how to get a database from a pool:
let postgres = pool.database(logger: ...) // PostgresDatabase
let rows = try postgres.simpleQuery("SELECT version();").wait()Should you go through pool whenever you want to query? Or can you keep postgres around and use it for all of your queries?
Metadata
Metadata
Assignees
Labels
No labels