-
-
Notifications
You must be signed in to change notification settings - Fork 68
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels