Re: python to postgresql crud application example needed

From: Joe Abbate <jma(at)freedomcircle(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: Re: python to postgresql crud application example needed
Date: 2011-05-16 07:00:28
Message-ID: 4DD0CB8C.6020103@freedomcircle.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 05/15/2011 10:23 PM, hatem gamal elzanaty wrote:
> i have a python task that i can't go through because i'm new bie to
> bython after search i have no completed sample code to make a crud
> python application that create , replace, delete and display postgresql
> table records can you please help

I believe the following has enough to get you started, at least it has
examples of each CRUD operation:

http://wiki.python.org/moin/UsingDbApiWithPostgres

Joe

In response to

Browse psycopg by date

  From Date Subject
Next Message Otto Vazquez 2011-05-16 13:39:29 Re: connection lost with concurrent transactions
Previous Message hatem gamal elzanaty 2011-05-16 02:23:37 python to postgresql crud application example needed