Skip to content

Instantly share code, notes, and snippets.

@berfarah
Created October 1, 2018 21:13
Show Gist options
  • Save berfarah/3bc8f6c28addf9d3c3b824aa281b3ef0 to your computer and use it in GitHub Desktop.
Save berfarah/3bc8f6c28addf9d3c3b824aa281b3ef0 to your computer and use it in GitHub Desktop.
Iterative Optimization on Hot Paths: What is sqlgen?
type User struct {
ID int64 `sql:",primary"`
Name string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment