Releases: georgysavva/scany
Releases · georgysavva/scany
v0.2.4
Improve examples.
v0.2.3
Add golangci-lint to the project. Improve code quality.
v0.2.2
Improve documentation and examples.
v0.2.1
Allow ambiguous struct fields.
Now, dbscan doesn't return an error if multiple struct fields map to the same column. It scans data into the first
v0.2.0
- Rename older Query and QueryOne functions to Select and Get.
- Swap order of arguments
dst
anddb
in Select and Get functions.
v0.1.0
First release.