摘要:
SQLite is a lightweight, server-less database, it's great for embedding into client application. It works across Windows, iOS, Android, browers.Code snippetsCreate database connectionvar connection = new SQLiteAsyncConnection("testdb.sqlite");Create tableawait connection.CreateTableAyn 阅读全文
posted @ 2013-10-05 10:36
MinieGoGo
阅读(240)
评论(0)
推荐(0)
摘要:
1.Install SQLite for Windows Phone SDKC:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\ExtensionSDKs2.Install sqlite-net NuGet package3.Install sqlite-net-wp8 C++ wrapper from https://github.com/peterhuene/sqlite-net-wp8.git4.Add the SQLite project reference and windows phone extension SDK r 阅读全文
posted @ 2013-10-05 04:46
MinieGoGo
阅读(188)
评论(0)
推荐(0)
浙公网安备 33010602011771号