event-driven-io / Pongo

Pongo - Mongo but on Postgres and with strong consistency benefits
https://event-driven-io.github.io/Pongo/
MIT License
1.21k stars 30 forks source link

Implement upsert for Replace in Pongo #27

Open oskardudycz opened 4 months ago

oskardudycz commented 4 months ago

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

Uzair-akrum commented 4 months ago

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