scany

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

MIT License

Stars
1.3K
Committers
12

Bot releases are hidden (Show)

scany - v2.1.3 Latest Release

Published by georgysavva 6 months ago

What's Changed

Full Changelog: https://github.com/georgysavva/scany/compare/v2.1.2...v2.1.3

scany - v1.2.2

Published by georgysavva 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/georgysavva/scany/compare/v2.1.2...v1.2.2

scany - v2.1.2

Published by georgysavva 7 months ago

What's Changed

Full Changelog: https://github.com/georgysavva/scany/compare/v2.1.1...v2.1.2

scany - v2.1.1

Published by georgysavva 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/georgysavva/scany/compare/v2.1.0...v2.1.1

scany - v2.1.0

Published by georgysavva 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/georgysavva/scany/compare/v2.0.0...v2.1.0

scany - v2.0.0

Published by georgysavva almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/georgysavva/scany/compare/v1.2.1...v2.0.0

scany - v2.0.0-alpha.3

Published by georgysavva about 2 years ago

scany - v2.0.0-alpha.2

Published by georgysavva about 2 years ago

scany - v2.0.0-alpha.1

Published by georgysavva about 2 years ago

scany - v1.2.1

Published by georgysavva about 2 years ago

What's Changed

Full Changelog: https://github.com/georgysavva/scany/compare/v1.2.0...v1.2.1

scany - v1.2.0

Published by georgysavva about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/georgysavva/scany/compare/v1.1.0...v1.2.0

scany - v1.1.0

Published by georgysavva about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/georgysavva/scany/compare/v0.3.0...v1.1.0

scany - v1.0.0

Published by georgysavva over 2 years ago

This release contains the first stable version of the library.

scany - v0.3.0

Published by georgysavva almost 3 years ago

What's Changed

  • Introduce API object to customize library behavior
  • Handle single-column case for custom scannable types

New Contributors

Full Changelog: https://github.com/georgysavva/scany/compare/v0.2.9...v0.3.0

scany - v0.2.9

Published by georgysavva over 3 years ago

  • Allow commas in db struct tag
  • Improve dbscan docs
scany - v0.2.8

Published by georgysavva over 3 years ago

Fix nasty bug related to mapping db column to struct fields, see https://github.com/georgysavva/scany/pull/30.

scany - v0.2.7

Published by georgysavva almost 4 years ago

Add support for nested structs.

scany - v0.2.6

Published by georgysavva about 4 years ago

  • pgxscan and sqlscan return pgx.ErrNoRows and sql.ErrNoRows correspondingly
  • improve documentation for pgxscan and sqlscan about querying support
scany - v0.2.5

Published by georgysavva about 4 years ago

Improve documentation structure and linking.

scany - v0.2.4

Published by georgysavva about 4 years ago

Improve examples.