Re: [sqlite] MS open source Portable Class Library for SQLite

2014-08-14 Thread Eric Sink
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 fr

Re: [sqlite] MS open source Portable Class Library for SQLite

2014-08-14 Thread Simon Slavin
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