Clancey / SimpleDatabase

Extension of Sqlite-net to make Databases simple for Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maybe a readme and some documentation?

nathanielcook opened this issue · comments

I saw InstantDatabase mentioned here but I don't understand what it does. A short readme would be wonderful.

I agree, I need to add a readme. Super quick overview:

Add a couple of extra attributes to your models, and it gives you a view model with the same interface as a TableViewSource, or ListViewAdapter while taking care of virtualizations and proper indexing. The sample shows it in action.