Re: Is there no single/uniform RDBMS access API module for Python?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Laszlo Nagy

    Re: Is there no single/uniform RDBMS access API module for Python?

    Banibrata Dutta írta:
    Hi,
    >
    Again a noob question.
    >
    Based on this URL http://wiki.python.org/moin/DatabaseInterfaces , is
    it correct to conclude that there is no RDBMS agnostic, single/uniform
    DB access API for Python ?
    Something in the lines of JDBC for Java, DBD for Perl etc. ?
    >
    How is the RDBMS change handled for solutions which need to work with
    different RDBMSs ??
    This API has been defined to encourage similarity between the Python modules that are used to access databases. By doing this, we hope to achieve a consistency leading to more easily understood modules, code that is generally more portable across datab...


Working...