Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The SQLite version is compatible with Android - iOS - WindowsPhone as far I have experimented. I have created SQLite DB on a Mac Desktop and copied it into projects along with data into each of these platforms. Everything worked fine no issues.</p> <p>Ref:</p> <p><a href="http://www.sqlite.org/download.html" rel="nofollow">http://www.sqlite.org/download.html</a></p> <blockquote> <p><strong>Precompiled Binaries for Windows Phone 8</strong> </p> <p>sqlite-wp80-winrt-3071502.vsix (2.72 MiB)</p> <p>A complete VSIX package with an extension SDK and all other components needed to use SQLite for application development with Visual Studio 2012 targeting Windows Phone 8.0. (sha1: 4cab3fd698402bf30448c64e39001103c10ff82b)</p> </blockquote> <p>The download page itself lists the entire code and binaries for different platforms. Using a PC/Mac for creating a DB is convenient option.</p> <p>You can use SQLite manager for doing so on a Windows or Linux PC.</p> <p>SQLite Manager (Preferred by Myself)</p> <p><a href="http://sqliteman.com/" rel="nofollow">http://sqliteman.com/</a></p> <p>There are also extensions for Chrome and Firefox, which makes SQLite Available for almost any platform to Manage them.</p> <p>Firefox Plugin for managing those files. <a href="https://code.google.com/p/sqlite-manager/" rel="nofollow">https://code.google.com/p/sqlite-manager/</a></p> <p>codev.it also allows to enable editing SQLite Files.</p> <p>As far as DB is concerned, Exporting them from the device is as described by @Jon Skeet</p> <p>SQLite 3.7 is more compatible with Windows Phone. Since SQLite DBs are backward compatible, there isn't any need to worry weather your DB works on older 2.x version or 3.x..</p> <p>Hope this helps.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload