commit
ddaaa6a9cd
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ upsert :: (MonadIO m)
|
||||||
upsert = update [Upsert]
|
upsert = update [Upsert]
|
||||||
|
|
||||||
type Modifier = Document
|
type Modifier = Document
|
||||||
-- ^ Update operations on fields in a document. See <http://www.mongodb.org/display/DOCS/Updating#Updating-ModifierOperations>
|
-- ^ Update operations on fields in a document. See <https://docs.mongodb.com/manual/reference/operator/update/>
|
||||||
|
|
||||||
modify :: (MonadIO m)
|
modify :: (MonadIO m)
|
||||||
=> Selection -> Modifier -> Action m ()
|
=> Selection -> Modifier -> Action m ()
|
||||||
|
|
Loading…
Reference in a new issue