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.
Currently data requests are done with AsyncTask (on a single thread even). The goal is to move away from AsyncTask and instead to using a ReadDispatch and a WriteDispatch which can each use multiple threads.
Currently data requests are done with AsyncTask (on a single thread even). The goal is to move away from AsyncTask and instead to using a ReadDispatch and a WriteDispatch which can each use multiple threads.