File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -155,18 +155,14 @@ Another helpful method is `ExecuteScalarAsync`. This allows you to return a scal
155
155
});
156
156
157
157
158
- ## Special note on use within WinRT/ Windows 8/Metro Style/whatevr
158
+ ## Special note on use within Windows Store Apps (Windows 8/WinRT)
159
159
160
160
sqlite-net is fully compliant with WinRT Metro-style apps and will pass Microsoft Store validation.
161
161
162
162
Please note:
163
163
164
164
* Database files will always be created in the path returned by ` Windows.Storage.ApplicationData.Current.LocalFolder.Path ` .
165
165
166
- * You will need a copy of sqlite3.dll that has been compiled against SQLite.org's WinRT branch. Although this isn't in mainstream
167
- support, it is expected to be. You can find more information on that and download a properly compiled sqlite3.dll from
168
- [ https://github.com/mbrit/sqlite-metrostyle ] .
169
-
170
- * We supply a [ WinRT/Windows 8 sqlite3.dll] ( https://github.com/praeclarum/sqlite-net/tree/master/lib/metro )
166
+ * You will need a copy of sqlite3.dll for your app as well. You can get this from sqlite.org with an installer to the SQLite for Windows Runtime SDK.
171
167
172
168
You can’t perform that action at this time.
0 commit comments