Skip to content

Commit c7edc0f

Browse files
committed
Changing readme to remove old guidance for Win8 app section and pointing to SQLite.org as the source of truth for the sqlite binary in this case.
1 parent 345132f commit c7edc0f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.mdown

+2-6
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,14 @@ Another helpful method is `ExecuteScalarAsync`. This allows you to return a scal
155155
});
156156

157157

158-
## Special note on use within WinRT/Windows 8/Metro Style/whatevr
158+
## Special note on use within Windows Store Apps (Windows 8/WinRT)
159159

160160
sqlite-net is fully compliant with WinRT Metro-style apps and will pass Microsoft Store validation.
161161

162162
Please note:
163163

164164
* Database files will always be created in the path returned by `Windows.Storage.ApplicationData.Current.LocalFolder.Path`.
165165

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.
171167

172168

0 commit comments

Comments
 (0)