All Versions
9
Latest Version
Avg Release Cycle
18 days
Latest Release
1266 days ago

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 and db in Select and Get functions.
  • v0.1.0 Changes

    July 15, 2020

    ๐Ÿš€ First release.