event-driven-io/Pongo

Implement upsert for Replace in Pongo

Opened this issue · 1 comments

The current implementation is just updating record, which is not aligned with how Mongo does stuff

hi @oskardudycz
i have been playing around with Pongo code for a while now and i would like to work on this
i feel like to handle upsert as it is an option in update query an option module will have to be created close to filter and update ones and a query will form from that (plz add any further suggestion if any)
thanks