mailru / dbr

Additions to Go's database/sql for super fast performance and convenience. (fork of gocraft/dbr)
MIT License
178 stars 36 forks source link

Populate insert and update columns from struct values #37

Closed brunotm closed 3 years ago

brunotm commented 3 years ago

This change allows update and insert statements without columns specification by populating them from the fields of provided struct values.

DoubleDi commented 3 years ago

Thanks for the contribution!