diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-09-17 16:21:40 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-09-17 16:21:40 +0200 |
| commit | 63df99f2e1c742069464d219a9f340c1f8f5bd90 (patch) | |
| tree | b64e6742c78e0d7e4bac1d6f3ed8a2c03f2f9c9b /README.md | |
| parent | fe37a82d0495a8b59b80677dd42d0d94ffafdfb4 (diff) | |
| download | go-gg-63df99f2e1c742069464d219a9f340c1f8f5bd90.tar.gz | |
oblast: import from go.xyrillian.de/oblast
- type RuntimeIndex is left behind for now because I don't want to
commit to the method names yet
- the "OrNone" methods are removed in favor of gsql.NoneIfNoRows()
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ My personal extension of the standard library. ### 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) +- [oblast](./oblast/): a small ORM library, focused on type safety and performance; cf. [its own README](https://pkg.go.dev/go.xyrillian.de/gg/oblast) for details - [pgruntime](./pgruntime/): connection handling for PostgreSQL databases, including optional support for database migrations and self-contained test DB instances ### Addons for errors |
