GitXplorerGitXplorer
O

SQLInterfaceCollection

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6985d126d359acc45bf57bddd02b71fe9f6d22a1

Updated layout of the Classic branch so problems aren't caused with resource locations.

committed 14 years ago
Unverified
88dcd75487721c62ae0b26cff8867d5d251b85c7

Split the .net branch into Modular and Classic branches.

committed 14 years ago
Unverified
a323ce87d94dbb6690a0ab3dc4745a4f23147add

Seperated into Java and .Net branches.

committed 14 years ago
Unverified
a6692c165de98ba8f16ab083e77e7968441ec40a

Added a Readme file.

committed 14 years ago
Unverified
00d5074268aadc2a22a515a065b200a07e47e2de

First Commit

committed 14 years ago

README

The README file for this repository.

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:

  1. BerklyDB
  2. DB2
  3. Db4o
  4. FirebirdSQL
  5. HyperNetDB
  6. MySql
  7. NeoDatis
  8. PostgreSQL
  9. 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:

  1. System.Data.SQLite
  2. Mono.Data.SQLite
  3. 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.