Skip to content

Releases: semrekkers/sqlz

v1.2.0

26 Nov 18:57
Compare
Choose a tag to compare
  • Added Scanner.IgnoreUnknownColumns option to ignore unmappable source columns.
  • Removed gomock as dependency, this module has now zero third-party dependencies!
  • Various optimizations.

First stable release

27 Jul 19:05
Compare
Choose a tag to compare

The first stable release of sqlz!

This module contains the following exported symbols:

  • func Scan(ctx context.Context, rows Rows, dest any) error
  • func PurgeCache()
  • type Rows