scany

Library for scanning data from a database into Go structs and more

MIT License

Stars
1.3K
Committers
12

Bot releases are visible (Hide)

scany - v0.2.3

Published by georgysavva about 4 years ago

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

scany - v0.2.2

Published by georgysavva over 4 years ago

Improve documentation and examples.

scany - v0.1.0

Published by georgysavva over 4 years ago

First release.

scany - v0.2.1

Published by georgysavva over 4 years ago

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

scany - v0.2.0

Published by georgysavva over 4 years ago

  • Rename older Query and QueryOne functions to Select and Get.
  • Swap order of arguments dst and db in Select and Get functions.