From 95672978159736da3036ae02c9e6d1d7726bc243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ch=2E=20K=C3=B6nig?= Date: Fri, 17 Feb 2023 13:58:36 +0100 Subject: [PATCH] add `mgx` module reference to the readme file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c9032ff..29d9521c 100644 --- a/README.md +++ b/README.md @@ -151,3 +151,7 @@ Explicit data mapping and scanning library for Go structs and slices. Type safe and flexible package for scanning database data into Go types. Supports, structs, maps, slices and custom mapping functions. + +### [https://github.com/z0ne-dev/mgx](https://github.com/z0ne-dev/mgx) + +Code first migration library for native pgx (no database/sql abstraction).