We now support both Java and .Net! Please note, the "Modular" version of the .Net branch DOES NOT WORK! So don't use it. Please instead use the "Classic" Branch.
This is a universal interface for many types of databases, it currently supports the following types of databases:
- BerklyDB
- DB2
- Db4o
- FirebirdSQL
- HyperNetDB
- MySql
- NeoDatis
- PostgreSQL
- SQLite
Each of the database types is supported by a single (Integrated) dll, except for SQLite, which has 3 choices of backends. These choices are:
- System.Data.SQLite
- Mono.Data.SQLite
- Community.CSharp.SQLite
All of the namespaces match up to their original locations, and shouldn't require any modification to your code.
This library is written for .Net v3.5.