From b23c74aeb8dcd732c326c9949ed949eb414d3b6b Mon Sep 17 00:00:00 2001 From: "@billcoding" Date: Thu, 21 Apr 2022 09:49:34 +0800 Subject: [PATCH] Update README.md Add sg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27beee2f..cab5f430 100644 --- a/README.md +++ b/README.md @@ -753,6 +753,7 @@ _Libraries for building and using SQL._ - [ormlite](https://github.com/pupizoid/ormlite) - Lightweight package containing some ORM-like features and helpers for sqlite databases. - [ozzo-dbx](https://github.com/go-ozzo/ozzo-dbx) - Powerful data retrieval methods as well as DB-agnostic query building capabilities. - [qry](https://github.com/HnH/qry) - Tool that generates constants from files with raw SQL queries. +- [sg](https://github.com/go-the-way/sg) - A SQL Gen for generating standard SQLs(supports: CRUD) written in Go. - [sq](https://github.com/bokwoon95/go-structured-query) - Type-safe SQL builder and struct mapper for Go. - [sqlc](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL. - [sqlf](https://github.com/leporo/sqlf) - Fast SQL query builder.