SQLite.Net.Platform for Windows Phone 8.1

I cannot find a library SQLite.Net.Platform

that works with Windows Phone 8.1 .

They don't work:
https://www.nuget.org/packages/SQLite.Net.Platform.WindowsPhone8/
https://www.nuget.org/packages/SQLite.Net.Platform.WinRT/
https: // www. nuget.org/packages/SQLite.Net.Platform.Generic/
https://www.nuget.org/packages/SQLite.Net.Platform.Win32/

Any workaround?

0


source to share


1 answer


WinRT platform is compatible with Windows Phone 8.1 projects. You can copy sources to your platform specific project and create a connection using a class SQLitePlatformWinRT

.



+3


source







All Articles