[SQLObject] Re: Establishing connections
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Florian S. <flo...@gm...> - 2004-07-13 14:02:12
|
> I found this somewhere (but now I don't remember where, maybe it was > the code for those compatibility functions). > type://user:pass@host:port/dbname > eg : > postgres://me:secret@localhost/mydb Yes, this is it. Thanks, Florian Schulze |