Newby Question: Generic Database Object Interface Needed

K

kbass

I have two databases, Postgres and Oracle, and I would like to be able to
use the same syntax to access and retrieve data in the same way. Is there a
generic database object interface (module) that will allow me to access and
retrieve data the same way? I would prefer one that is well supported.
Thanks!

Kevin
 
P

Peter Hansen

kbass said:
I have two databases, Postgres and Oracle, and I would like to be able to
use the same syntax to access and retrieve data in the same way. Is there a
generic database object interface (module) that will allow me to access and
retrieve data the same way? I would prefer one that is well supported.

Does this help? : http://www.python.org/topics/database/

-Peter
 
K

kbass

Peter Hansen said:

I have checked the database resources at the Python website and performed a
Google search but I cannot find the information that I needed. I searched
sourceforge and found PDO: Python Database Objects at
http://pdo.neurokode.com/index.php . This seems to have the functionality
that I need. Are there any other modules (or programs) that have the same
functionality? I would like to do some comparisons.

Kevin
 
J

Jarek Zgoda

kbass said:
I have checked the database resources at the Python website and performed a
Google search but I cannot find the information that I needed. I searched
sourceforge and found PDO: Python Database Objects at
http://pdo.neurokode.com/index.php . This seems to have the functionality
that I need. Are there any other modules (or programs) that have the same
functionality? I would like to do some comparisons.

SQLObject -- http://www.sqlobject.org/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top