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
felipenoris
changed the title
Find equivalent Base functions to overload CRUD operations
Pick equivalent Base functions to overload CRUD operations
Mar 10, 2019
insert_one
andinsert_many
translates naturally topush!
andappend!
.However, I couldn't think of obvious
Base
functions equivalent todelete_one
,delete_many
,update_one
,update_many
,find_one
,find
.Anyone could come up with suggestions?
The text was updated successfully, but these errors were encountered: