Home Page
Categories: DBMS
Latest version: 2.0
Added 2010-08-02
Embedded object database for .NET, Mono and Silverlight.
Features include:
- objects are stored as they are without any conversion/mapping
- LINQ is the only query engine that can be used to retrieve objects or members of objects from database
- full POCO support (not mandatory to inherit from a base class)
- assembly is about 130KB
- zero config
- automatic object schema refactoring
- import/export from/to XML
- thread safe
- has features from relational database systems like JOINs
- embedded database engine
- any object has unique OID (object identifier) for its Type
- runs on Silverlight by storing objects into IsolatedStorage on client machine or on Silverlight 4 is able to store database files on local disk of client machine in OOB mode
- runs on Windows Phone 7
 Built for .NET 2 |
 Built for Silverlight |
 Built for Mono |
 Library |