Created
October 1, 2018 21:13
-
-
Save berfarah/3bc8f6c28addf9d3c3b824aa281b3ef0 to your computer and use it in GitHub Desktop.
Iterative Optimization on Hot Paths: What is sqlgen?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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