aboutsummaryrefslogtreecommitdiff
path: root/connector.go
diff options
context:
space:
mode:
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)