With the Q2 Release of RadControls for Windows 8 we announced a new Data Storage framework that fills the gap of a local database solution missing in Windows 8/RT. Our solution is based on the well-established SQLite engine but provides additional functionality. Particularly, we implemented a LINQ to SQLite provider and some simple ORM features for the .NET Framework on top of it. On the JavaScript and HTML 5 side, the ORM capabilities are wrapped by a lightweight library which allows JavaScript developers to take advantage of the local database storage using JS objects and standard SQL expressions.
↧