Which local database is suitable for Windows 8 Store Apps?

Simon Schürg picture Simon Schürg · Nov 25, 2012 · Viewed 17.3k times · Source

I'am programming a Windows 8 Store App (Metro Design) with C# and XAML using Visual Studio 2012.

There is no need for a database server with multi user support etc.

I want to store my data in a local database and don't know which database is suitable for my needs. Maybe SQLite? Or are there solutions that fits better for Windows Store Apps and integrates better in Visual Studio?

The app is kind of a calender and the database should store the user data that consists of the dates, tasks and so on.