Which local database is suitable for Windows 8 Store Apps?

后端 未结 5 1049
挽巷
挽巷 2021-02-05 06:32

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

There is no need fo

5条回答
  •  野的像风
    2021-02-05 07:24

    SQLite is the recommended database to be used for Win 8 Apps. Links for implementing the same

    http://timheuer.com/blog/archive/2012/08/07/updated-how-to-using-sqlite-from-windows-store-apps.aspx

    http://code.msdn.microsoft.com/windowsapps/Using-SQLite-Asynchronously-b8372137

    https://visualstudiogallery.msdn.microsoft.com/23f6c55a-4909-4b1f-80b1-25792b11639e

提交回复
热议问题