aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-07-29 21:42:32 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-07-29 22:33:37 +0200
commite7c4ea85915d525c738ae0da5494da57926b07ca (patch)
tree0e0dd6f2358a4f6fc82f621ec6ffea163a6109e3 /README.md
parent2181afb0ce30901d71db725e92c3aecdc8a2ea2b (diff)
downloadgo-gg-e7c4ea85915d525c738ae0da5494da57926b07ca.tar.gz
add package gsql
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ee306fa..5e2b2a4 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,10 @@ My personal extension of the standard library.
- [option](./option/): an Option type with strong isolation
- [options](./options/): additional functions for type Option
+### Addons for database/sql
+
+- [gsql](./gsql/): abstraction layer for database libraries, supporting both database/sql drivers and non-standard drivers like [pgx](https://github.com/jackc/pgx)
+
### Addons for net/http
- [assetembed](./assetembed/): HTTP handler for efficiently serving embedded assets using the cache-busting pattern