Jearil / SimpleNoSQL

A simple NoSQL client for Android. Meant as a document store using key/value pairs and some rudimentary querying. Useful for avoiding the hassle of SQL code.
387 stars 53 forks source link

Add in memory datastore #29

Open Jearil opened 8 years ago

Jearil commented 8 years ago

It may be useful for testing or an app that has transient data to have an in memory datastore rather than relying on sqlite3.

putt commented 8 years ago

Awesome!