I was looking to make a tree structure in sqlite DB.
I have gone through this link Database Structure for Tree Data Structure
Currently My TREE is maintained using NSMutableDictonary and stored in plist. I wanted to store it in DB instead of plist.
Any hint in the direction would be appreciated.
Thanks in advance