Android-NoSql icon indicating copy to clipboard operation
Android-NoSql copied to clipboard

Lightweight, simple structured NoSQL database for Android

Results 3 Android-NoSql issues
Sort by recently updated
recently updated
newest added

Hi @florent37 , A few questions about this repo below; 1) Where is the database saved, in relation to file storage. 2) How to loop through do we use noSql.get("/users/",...

I tried to put Map in it,But I failed

First of all a huge thanks for your library! I was trying to use it and ran into a rather strange bug. The put operation always threw a exception: java.lang.ClassCastException:...