Add a minimal gorm example that takes a go struct, creates a postgres table, and writes the struct to the table.
This commit is contained in:
committed by
=Michael Hohn
parent
e850a36943
commit
71838d3320
@@ -5,6 +5,7 @@
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"sarif-viewer.connectToGithubCodeScanning": "off"
|
||||
"sarif-viewer.connectToGithubCodeScanning": "off",
|
||||
"codeQL.githubDatabase.download": "never"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user