Filtered by
ado
mssql
postgresql
Refine results
mysql (5)
sqlite (4)
firebird (3)
orm (3)
python (2)
sybase (2)
database (2)
access (2)
oracle (2)
database_abstraction (2)
development (1)
csharp (1)
The DBI module enables your Perl applications to access multiple database types transparently. You can connect to a large number of databases, including MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.
Metrics updated about 17 hours ago
The ZeosLib is a set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite for Delphi, FreePascal/Lazarus, Kylix and C++ Builder. It connects to the chosen database using it's native API, so no database middleware (eg. BDE) is needed.
Metrics updated 12 Oct 08
Geniusql is a public domain, low-level Object-Relational Mapper for Python applications. If you're familiar with Martin Fowler's work, you can think of Geniusql as providing a Data Source layer. It primarily uses a generic Table Data Gateway
Metrics updated 29 Sep 07
Dejavu is a public domain, thread-safe Object-Relational Mapper and database Mediator for Python applications.
Metrics updated 27 Sep 07
C#ORM (pronounced chorm) is a rapid Object Relational Mapper similar in function to Django's Object Relational Mapper. You define your data models directly in C#. Full CRUD is provided. C#ORM also provides an XML interface for quickly converting the data into XML for use in Flash or Flex or any other application that might enjoy a bit of the XML.