Saturday, August 25, 2012

SQLite for Windows 8 apps

UPDATED HOWTO: SQLite with Windows 8 apps:

WinRT core of Windows 8 does not support any embedded database tool.
The expectation is that data are used as a service.

SQLite open source embedded database is packaged in Android and iOS,
as well as Chrome, Firefox and Opera web browsers, HTML5 web storage,
Skype, Adobe Reader and many other tools.

SQLite is also ported for Windows 8 (but not included in Windows install).
The security restrictions required code changes done by SQLite developers.  
The database is also available as pre-compiled DLL
that can be used from C++, .NET and JavaScript.

No comments: