All Versions
9
Latest Version
Avg Release Cycle
18 days
Latest Release
869 days ago
Changelog History
Changelog History
-
v0.2.7 Changes
November 01, 2020➕ Add support for nested structs.
-
v0.2.6 Changes
October 16, 2020- pgxscan and sqlscan return pgx.ErrNoRows and sql.ErrNoRows correspondingly
- 👌 improve documentation for pgxscan and sqlscan about querying support
-
v0.2.5 Changes
August 25, 2020👌 Improve documentation structure and linking.
-
v0.2.4 Changes
July 29, 2020👌 Improve examples.
-
v0.2.3 Changes
July 28, 2020➕ Add golangci-lint to the project. Improve code quality.
-
v0.2.2 Changes
July 16, 2020👌 Improve documentation and examples.
-
v0.2.1 Changes
July 15, 2020👍 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 Changes
July 13, 2020- 📇 Rename older Query and QueryOne functions to Select and Get.
- Swap order of arguments
dst
anddb
in Select and Get functions.
-
v0.1.0 Changes
July 15, 2020🚀 First release.