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 default comparator #3

Open Jearil opened 10 years ago

Jearil commented 10 years ago

For ordering, we should be able to use any regular Comparator and just wrap it to make the NoSQLEntity checks.