mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
docs: add colon to sqlc in "SQL Query Builder" section
This commit is contained in:
parent
efc71529b8
commit
b69106c766
@ -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.
|
- [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.
|
- [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.
|
- [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.
|
- [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)**
|
**[⬆ back to top](#contents)**
|
||||||
|
Loading…
Reference in New Issue
Block a user