Обсуждение: python to postgresql crud application example needed

Поиск
Список
Период
Сортировка

python to postgresql crud application example needed

От
hatem gamal elzanaty
Дата:
hi,
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

thanks in advance
hatem gamal
201515604034

Re: python to postgresql crud application example needed

От
Joe Abbate
Дата:
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