Open
Description
I just got errors while trying to use composite primary keys.
Found out that there is a more powerfull cross platform fork of sqlite.net
https://github.com/softlion/SQLite.Net-PCL
Supports composite primary keys among other improvements
and these platforms
- Win32 (bundles sqlite binaries for windows, works on both x86 and x64 automatically) (very well tested)
- XamarinIOS and XamarinIOS.Unified
- XamarinAndroid
- WindowsPhone8 (contributed by Nick Cipollina, thanks!)
- WinRT (Windows 8 and Windows Phone 8.1+) (contributed by Nick Cipollina and Micah Lewis, thanks!)
- Generic (net4 project without any sqlite3 binaries, requires sqlite installed in the OS) (contributed by James Ottaway)
and is being developed since jan 2014
looks pretty nice what do you think 👍 ?