How to access database?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Florian Lindner

    #1

    How to access database?

    Hello,
    AFAIK python has a generic API for database access which adapters are
    supposed to implement. How can I found API documentation on the API?

    Thanks,
    Florian
  • Irmen de Jong

    #2
    Re: How to access database?

    Florian Lindner wrote:[color=blue]
    > AFAIK python has a generic API for database access which adapters are
    > supposed to implement. How can I found API documentation on the API?[/color]



    --Irmen

    Comment

    • Swaroop C H

      #3
      Re: How to access database?

      Florian Lindner wrote:[color=blue]
      > Hello,
      > AFAIK python has a generic API for database access which adapters are
      > supposed to implement. How can I found API documentation on the API?[/color]

      I found these pages useful when learning the DB API:

      * http://www.kitebird.com/articles/pydbapi.html
      * http://www.amk.ca/python/writing/DB-API.html

      HTH,
      --
      Swaroop C H
      Blog: http://www.swaroopch.info/

      Comment

      Working...