interface - python - postgresql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsdcbabu
    New Member
    • Mar 2008
    • 1

    interface - python - postgresql

    hi all,

    Is there any interface which could return data from postgresql to python as objects so that the features of the resulting data is unchanged. for eg: returning 'date' from postgres to python as 'date' object and not as string.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    what is stored in database ?

    date as date or as string ?

    Try to convert the string to date using inbuilt conversion functions.

    Comment

    Working...