From b69106c7668fddc133836ef59fbf160d2a54a075 Mon Sep 17 00:00:00 2001 From: _raflimr <73429192+raflimr@users.noreply.github.com> Date: Sat, 19 Feb 2022 08:53:53 +0700 Subject: [PATCH] docs: add colon to sqlc in "SQL Query Builder" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a4341ba..7d724b44 100644 --- a/README.md +++ b/README.md @@ -691,7 +691,7 @@ _SQL query builder, libraries for building and using SQL._ - [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. -- [Sqlc](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL +- [Sqlc](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL. - [xo](https://github.com/knq/xo) - Generate idiomatic Go code for databases based on existing schema definitions or custom queries supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server. **[⬆ back to top](#contents)**