Hi
Use adodb for it. Also, adodb accepts mysql, mssql, oracle, access, ...
Anyway, It needs psycopg for accessing Postgres databases, but I
recommend to use adodb, specially if you plan to use conectivity with
other databases too, because the access to them is the same way. Of
course, there are s
Michele Simionato wrote:
> Steve:
> > I want to learn more about enterprise-level programming using Python
> > and PostgreSQL. From what I've searched, it seems that psycho is
> > interesting to improve runtime too. Do you have tutorials, articles and
> > tips to learn this combination? I've been w
Steve:
> I want to learn more about enterprise-level programming using Python
> and PostgreSQL. From what I've searched, it seems that psycho is
> interesting to improve runtime too. Do you have tutorials, articles and
> tips to learn this combination? I've been working with PostgreSQL for 2
> year