I would describe the msopentech PCL wrapper as "slightly thick" (because it's trying to be higher level than the sqlite3 API itself), and "quite narrow" (because it covers only a small part of the underlying sqlite3 API).
Related and possibly of interest: My own C# wrapper is a fork of the one from msopentech. It's called SQLitePCL.raw. The README on the github page contains a bunch of info about my wrapper and its differences: https://github.com/ericsink/SQLitePCL.raw There are some NuGet packages: https://www.nuget.org/packages/SQLitePCL.raw_basic/ https://www.nuget.org/packages/SQLitePCL.raw_needy/ SQLitePCL.raw is currently being used by: The PCL version of the SQLite-net (a lightweight ORM by Frank Krueger) NuGet package: https://www.nuget.org/packages/sqlite-net-pcl/1.0.9-alpha And Akavache: https://github.com/akavache/Akavache And I've been trying to clear the obstacles so that SQLitePCL.raw could maybe be used by Entity Framework 7: https://github.com/aspnet/DataCommon.SQLite/issues/21 -- E On Thu, Aug 14, 2014 at 3:41 PM, Simon Slavin <slav...@bigfraud.org> wrote: > > On 14 Aug 2014, at 9:14pm, a...@zator.com wrote: > > > May be that some know it already, but digging the Web to know about the > client-side storage Web SQL Database, I've found this post of MS Open > Technologies, that may be of interest to many of you who often ask about > SQLite in Window Phone. > > > > > http://msopentech.com/blog/2014/02/03/new-open-source-portable-class-library-sqlite/ > > Thanks for the news, Adolfo. > > Would someone familiar with programming for this platform tell use how > thick or thin this wrapper is ? > > Simon. > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users