Skip to content

Actual example use cases for a curated list of golang sql builder/generator/scanner/helper libraries

License

Notifications You must be signed in to change notification settings

PithomLabs/awesome-go-sql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-go-sql

Actual example use cases for a curated list of golang sql builder/generator/scanner/helper libraries

Summary

For static queries, try sqlc.

For dynamic queries, try go-sqlbuilder, squirrel, or jet to craft the SQL string and args slice, then use scany or ksql to run the query and scan to a struct/slice.

Completed Examples

No libraries besides database drivers

Model/SQL/Function Generators

SQL Builders

Struct Scanners

Ran Into Problems

About

Actual example use cases for a curated list of golang sql builder/generator/scanner/helper libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%