Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Commit

Permalink
fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Artemyev committed Jan 11, 2016
1 parent 1517dd9 commit 8c74bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Join the chat at https://gitter.im/c58/marsdb](https://badges.gitter.im/c58/marsdb.svg)](https://gitter.im/c58/marsdb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

MarsDB is a lightweight client-side database.
It's based on a Meteor’s *minimongo* matching/modifying implementation. It's carefully written on *ES6*, have a *Promise based* interface and may be backed with any storage implementation (LevelUP, LocalStorage, IndexedDB, etc). For now implemented only LocalStorage and [LocalForage](https://github.com/mozilla/localForage) storage managers. It's also supports *observable* cursors.
It's based on a Meteor’s **minimongo** matching/modifying implementation. It's carefully written on **ES6**, have a **Promise based** interface and may be backed with any storage implementation (LevelUP, LocalStorage, IndexedDB, etc). For now implemented only LocalStorage and [LocalForage](https://github.com/mozilla/localForage) storage managers. It's also supports **observable** cursors.

MarsDB supports any kind of find/update/remove operations that Meteor’s minimongo does. So, go to the Meteor docs for supported query/modifier operations.

Expand Down

0 comments on commit 8c74bc8

Please sign in to comment.