Masterminds/squirrel: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Installation= | =Installation= | ||
<syntaxhighlight lang='go'> | |||
go get github.com/Masterminds/squirrel | |||
</syntaxhighlight> |
Revision as of 22:44, 29 May 2024
External
- https://github.com/Masterminds/squirrel
- https://medium.com/nerd-for-tech/postgres-libraries-to-try-with-go-8f80191edbff
Internal
Overview
Intro how to use it: https://medium.com/nerd-for-tech/postgres-libraries-to-try-with-go-8f80191edbff
Installation
go get github.com/Masterminds/squirrel