From 4def4e3a4b1d06b9d684c7b46811af54e7c0b883 Mon Sep 17 00:00:00 2001 From: _raflimr <73429192+raflimr@users.noreply.github.com> Date: Tue, 22 Mar 2022 21:44:15 +0700 Subject: [PATCH] feat: edit sqlc to lowercase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d104032..433cc01c 100644 --- a/README.md +++ b/README.md @@ -686,7 +686,7 @@ _SQL query builder, libraries for building and using SQL._ - [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. - [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. +- [sqlc](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL. - [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.