diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-02 11:27:26 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-02 11:27:26 +0800 |
commit | 339fcff1d19e7ac4d39fe8cd4d5624ac3afb98de (patch) | |
tree | 38f3a54742c72e80a23492261b67fd3d6b7765af /database.go | |
parent | Git: Simplify/lint (diff) | |
download | forge-52f8b2cf682d6cb67757b3c258a363db6bf277e8.tar.gz forge-52f8b2cf682d6cb67757b3c258a363db6bf277e8.tar.zst forge-52f8b2cf682d6cb67757b3c258a363db6bf277e8.zip |
DB: Grammarv0.1.9
Diffstat (limited to 'database.go')
-rw-r--r-- | database.go | 2 |
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 |