Skip to content

Commit

Permalink
feat(idb): add NewMerge method to IDB (#966)
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle McCullough <kylemcc@gmail.com>
  • Loading branch information
kylemcc committed Mar 26, 2024
1 parent 4e523c4 commit 664e2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions query_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type IDB interface {
NewInsert() *InsertQuery
NewUpdate() *UpdateQuery
NewDelete() *DeleteQuery
NewMerge() *MergeQuery
NewRaw(query string, args ...interface{}) *RawQuery
NewCreateTable() *CreateTableQuery
NewDropTable() *DropTableQuery
Expand Down

0 comments on commit 664e2f1

Please sign in to comment.