Add new methods in `Struct` to support INSERT IGNORE INTO and REPLACE INTO
Per #39, add new methods in Struct
, including InsertIgnoreInto
, ReplaceInto
, InsertIgnoreIntoForTag
and ReplaceIntoForTag
.
Per #39, add new methods in Struct
, including InsertIgnoreInto
, ReplaceInto
, InsertIgnoreIntoForTag
and ReplaceIntoForTag
.