DataObjects.Net supports most well-known database systems:
- Microsoft SQL Server 2005 / 2008
- Microsoft SQL Server CE 3.5
- SQL Azure (formerly SQL Data Services, SDS or SSDS)
- Oracle 9i, 10g and 11g
- PostgreSQL 8.2, 8.3, 8.4 (freeware, open source)
- Integrated in-memory database (IMDB or IMDS) supporting all the framework features including indexes and LINQ queries
Upcoming:
- MySQL
- Built-in file system database (i.e. regular embedded database)
A specialized provider for each database utilizing its unique features ensures DataObjects.Net delivers high performance on every database platform. In the near future we will add support for MySQL and Firebird. It fully supports SQL Azure as well (a version of SQL Server running at Windows Azure cloud).
Moreover, we did a lot to ensure that mappings and LINQ queries are really database-independent there, so application utilizing DataObjects.Net can be switched e.g. from PostgreSQL to SQL Azure in minutes.
← Go back