You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.0.0 multirow inserts, pointers, streamlined usage (#7)
* Use pkg directory for source code following convention
* Rename files for Insert to insert.go in preparation for MultiInsert
* Support for multi row insert
* Flesh out README
* Refinements to README
* README example is a function not a routine
* Refactor multirow insert handler for clarity. Put Insert-related interfaces in the same module.
* Multirow insert is stable. Unit tests for all variations: single and multi row; struct, struct-pointer, slice-of-struct, slice-of-struct-pointer.
* Refine README headers - what this is not, what this is
Co-authored-by: Zach Victor <[email protected]>