We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4e44e commit 339fcffCopy full SHA for 339fcff
database.go
@@ -17,7 +17,7 @@ import (
17
// privilege escalation.
18
19
// database serves as the primary database handle for this entire application.
20
-// Transactions or single reads may be used therefrom. A [pgxpool.Pool] is
+// Transactions or single reads may be used from it. A [pgxpool.Pool] is
21
// necessary to safely use pgx concurrently; pgx.Conn, etc. are insufficient.
22
var database *pgxpool.Pool
23
0 commit comments