I am looking for a library which handles local db in android like FMDB https://github.com/ccgus/fmdb
in ios.
Where every data which I get from parsing json is stored in the local db and refreshed when a button is clicked with new set of data.
Something which takes care of all the heavy duty work .
Thanks in Advance.