aaronpowell / db.js

db.js is a wrapper for IndexedDB to make it easier to work against
http://aaronpowell.github.com/db.js/
MIT License
818 stars 142 forks source link

Batch #185

Open brettz9 opened 8 years ago

brettz9 commented 8 years ago

Builds on previous PRs to add tableBatch and batch methods for batch operations within a single transaction.

Implements issue #95