From f9a7019d2f6949ad82d23d9a8552316d360fe2f7 Mon Sep 17 00:00:00 2001 From: Qishuai Liu Date: Thu, 9 Jul 2020 01:10:13 +0800 Subject: [PATCH] Add sqlingo (#3158) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0249f2dc..951ec800 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [sqlf](https://github.com/leporo/sqlf) - Fast SQL query builder. +* [sqlingo](https://github.com/lqs/sqlingo) - A lightweight DSL to build SQL in Go. * [sqrl](https://github.com/elgris/sqrl) - SQL query builder, fork of Squirrel with improved performance. * [Squalus](https://gitlab.com/qosenergy/squalus) - Thin layer over the Go SQL package that makes it easier to perform queries. * [Squirrel](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries.