From 69e0447852e4f96b97490cdbbbc8852b1c1da6c8 Mon Sep 17 00:00:00 2001 From: miyamo2 Date: Sat, 13 Jul 2024 22:17:09 +0900 Subject: [PATCH] added link to `miyamo2/sqldav` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e60db9..9ddadc6 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,9 @@ go get github.com/miyamo2/dynmgrm > [!TIP] > -> `miyamo2/dynmgrm` is recommended to be used in with `miyamo2/sqldav`. +> `miyamo2/dynmgrm` is recommended to be used in with [`miyamo2/sqldav`](https://github.com/miyamo2/sqldav). > -> `miyamo2/sqldav` provides Defined Type of slice/map that implements `sql.Scanner` and `driver.Valuer`. +> [`miyamo2/sqldav`](https://github.com/miyamo2/sqldav) provides Defined Type of slice/map that implements `sql.Scanner` and `driver.Valuer`. > > These are as the equivalent to `Set`, `List`, `Map` and `TypedList` included in `miyamo2/dynmgrm` before `v0.9.0`.