BedquiltDB / bedquilt-core

A JSON document store on PostgreSQL
http://bedquiltdb.github.io
MIT License
256 stars 14 forks source link

Update operation #9

Open JuneKelly opened 9 years ago

JuneKelly commented 9 years ago
JuneKelly commented 8 years ago

Actually, having thought about it, atomic update operations (like mongodb has) are less necessary if we have support for transactions in the client drivers.

The user would be able to just fetch an object, modify it and save it again in one transaction.