Solved: SQLite TypeInitializationException
Encountering the SQLite PCL error 'TypeInitializationException' after updating SQLite or installing it on a new project? This will solve it. - read more.
22 Nov 2016Encountering the SQLite PCL error 'TypeInitializationException' after updating SQLite or installing it on a new project? This will solve it. - read more.
22 Nov 2016What are the available SQLite attributes and what do they do? SQLite can be a very powerful and simple to use plugin/extension for any mobile app, the attributes it defines can be very useful and it it worth taking the time to understand all of them. - read more.
3 Aug 2016 - 1 CommentsSQLite has two API's available, the synchronous and the asynchronous API's. It's easy to set a primary key with the synchronous API because you'll be typing the SQL yourself, however the asynchronous API is much easier to use for people with less SQL knowledge and requires much less code. It's just hard sometimes to get your head around the initial setup, as is the case when setting a primary key. You'll kick yourself when you find out how. - read more.
25 Feb 2016 - 2 Comments