On Aug 12, 2005, at 4:36 PM, Matthew Marshall wrote:
From this quote on the sqlrelay site... """An application coded using another database's native client API may be able to use SQL Relay without modification. SQL Relay provides drop-in replacementlibraries for: * MySQL * PostgreSQL """ ... a sqlrelay backend might only be a few lines!
Those are C libraries, unfortunately... but there is a Python DB-API layer, so it shouldn't be too hard.
Jacob

