Skip to content

Releases: georgysavva/scany

v0.2.3

28 Jul 16:14
Compare
Choose a tag to compare

Add golangci-lint to the project. Improve code quality.

v0.2.2

16 Jul 16:30
d00c887
Compare
Choose a tag to compare

Improve documentation and examples.

v0.2.1

15 Jul 18:53
12d0ea2
Compare
Choose a tag to compare

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

13 Jul 16:52
39d8823
Compare
Choose a tag to compare
  • Rename older Query and QueryOne functions to Select and Get.
  • Swap order of arguments dst and db in Select and Get functions.

v0.1.0

15 Jul 18:55
Compare
Choose a tag to compare

First release.