DBI and DBDs 4 Python

OM malex at oleksa.agry.purdue.edu
Fri Jun 20 14:46:25 EDT 2003


On Thu, 19 Jun 2003 11:40:46 GMT, JÿGius³ <exml at libero.it> unleashed unto the World:
> Hi,
> 
> Is there any database access module independent of the actual database being
> used? That is, a module that define methods and conventions in order to
> provide a consistent database interface regardless of the picked out RDBMS .
> 
> Merci.
> 
> Gius


http://www.firstworks.com/sqlrelay.html

Description: Database connection pooling, proxying and load balancing
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux supporting ODBC, Oracle,
 MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase,
 Lago and SQLite with C, C++, Perl, Perl-DBD, Python, Python-DB, Zope,
 PHP, Ruby and Java APIs, command line clients, a GUI configuration tool
 and extensive documentation. The APIs support advanced database
 operations such as bind variables, multi-row fetches, client side
 result set caching and suspended transactions. It is ideal for speeding
 up database-driven web-based applications, accessing databases from
 unsupported platforms, migrating between databases, distributing access
 to replicated databases and throttling database access.




More information about the Python-list mailing list