BedquiltDB / bedquilt-core

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

Client support for transactions #4

Open JuneKelly opened 9 years ago

JuneKelly commented 9 years ago

More something to keep an eye on than an actionable task on this project, but we should ensure that bedquilt clients support optional transactions.

The default behaviour should be for each operation to commit automatically, but it should be possible for the programmer to open a transaction, do some operations and commit or rollback.