Search code examples
windows-phone-7windows-phone-7.1windows-phone-8local-database

How to create a Local Database in windows phone 8 app?


Hi i am new to windows phone 8 development,

I am developing a app which needs to store a large amount of data in local database of the app.

1) Can i know what is the most reliable option to create and store data in local database ?

2) What are the various options available for creating a local database in windows phone 8 application ?

i request to please let me know.

Thanks in advance


Solution

  • Use SQLite

    Working with SQLite in Windows Phone 8: a sqlite-net version for mobile

    sqlite-net-wp

    There is also Sterling, I don't think there is a WP8 build but it wouldn't be difficult to create one.