From fa1baa7360418269c218cb382430362c4dc3f12c Mon Sep 17 00:00:00 2001 From: Aleksandr Matveev Date: Thu, 28 Sep 2023 13:23:35 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8fcb55..92d68e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DbMap -Tiny package to auto map struct fields to database columns and vice versa without ORM's. +Tiny zero-dependency package to auto map struct fields to database columns and vice versa without ORM's. [![Go Report Card](https://goreportcard.com/badge/github.com/AlexanderMatveev/dbmap)](https://goreportcard.com/report/github.com/AlexanderMatveev/dbmap)