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

Added implementation of insertMany, updateMany and deleteMany #15

Closed oskardudycz closed 4 months ago

oskardudycz commented 4 months ago

Changed the updateOne method to only update the first matching record (so as Mongo does).