Database adapters
Ricardo Bugalho
ricardo.b at zmail.pt
Tue Jul 13 00:23:21 EDT 2004
More information about the Python-list mailing list
Tue Jul 13 00:23:21 EDT 2004
- Previous message (by thread): Database adapters
- Next message (by thread): Database adapters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 12 Jul 2004 16:07:20 -0400, Ed Leafe wrote: > same problem with all: I need to have that database server installed on > the machine for which I need to build the adapter. Since my development > work is done on a workstation and not a server, this causes a problem. > > How do I accomplish this? How can I build, say, psycopg so that I can > connect from my dev machine to a server that's on another host somewhere > on the internet? Both the MySQL and PostgreSQL adapters support connections to remote servers. I'd bet they all do. I don't understand what your problem is. -- Ricardo
- Previous message (by thread): Database adapters
- Next message (by thread): Database adapters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list