minimongo
Version:
Client-side mongo database with server sync over http
16 lines (9 loc) • 437 B
Markdown
All notable changes to this project will be documented in this file.
* RemoteDb now does bulk upserting when passed multiple docs. Before it would use async.eachSeries
* RemoteDb now calls PATCH on collection directly, not collection/:id
* Switch away from using WebSQL as an auto-selected database, except on iOS with the SQLite plugin.
* Cleanup of WebSQLDb to use batching for finds