aboutsummaryrefslogtreecommitdiff
path: root/connector.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-07-30 20:20:42 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-07-30 20:20:52 +0200
commit1186412d28857b9bfa14e7e3106ecd845e71fe71 (patch)
tree8e099198aa5587beb9c022c0acd269923d2fe439 /connector.go
parentb5cd5579747a459113a7e6c899fca5c6afbea066 (diff)
downloadgo-gg-pgx-1186412d28857b9bfa14e7e3106ecd845e71fe71.tar.gz
import code from oblast/benchmark/internal
Minimally edited to s/oblast/gsql/.
Diffstat (limited to 'connector.go')
-rw-r--r--connector.go9
1 files changed, 8 insertions, 1 deletions
diff --git a/connector.go b/connector.go
index cb497da..d7f1242 100644
--- a/connector.go
+++ b/connector.go
@@ -1,6 +1,13 @@
// SPDX-FileCopyrightText: 2026 Stefan Majewsky <majewsky@gmx.net>
// SPDX-License-Identifier: Apache-2.0
+// Package gg_pgx contains integration for using [gg/gsql] (and libraries based on it, such as [Oblast]) with the PostgreSQL driver library [pgx].
+//
+// [gg/gsql]: https://pkg.go.dev/go.xyrillian.de/gg/gsql
+// [Oblast]: https://pkg.go.dev/go.xyrillian.de/oblast
+// [pgx]: https://github.com/jackc/pgx
package gg_pgx
-// TODO: implement
+// TODO: implement Handle (handle.go is copied from an early prototype in the Oblast benchmark suite and uses the extremely old Wrap() style)
+// TODO: implement ConnectionHandle
+// TODO: test coverage (via gg/pgruntime)