aboutsummaryrefslogtreecommitdiff
path: root/database.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-02 11:27:26 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-02 11:27:26 +0800
commit339fcff1d19e7ac4d39fe8cd4d5624ac3afb98de (patch)
tree38f3a54742c72e80a23492261b67fd3d6b7765af /database.go
parentGit: Simplify/lint (diff)
downloadforge-339fcff1d19e7ac4d39fe8cd4d5624ac3afb98de.tar.gz
forge-339fcff1d19e7ac4d39fe8cd4d5624ac3afb98de.tar.zst
forge-339fcff1d19e7ac4d39fe8cd4d5624ac3afb98de.zip
DB: Grammarv0.1.9
Diffstat (limited to 'database.go')
-rw-r--r--database.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.go b/database.go
index 87fa9f4..a3f5ab8 100644
--- a/database.go
+++ b/database.go
@@ -17,7 +17,7 @@ import (
// privilege escalation.
// database serves as the primary database handle for this entire application.
-// 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
// necessary to safely use pgx concurrently; pgx.Conn, etc. are insufficient.
var database *pgxpool.Pool