Yep, that worked. Thanks!

On 7/20/06, Michael Bayer <[EMAIL PROTECTED]> wrote:
> yeah it should work if you say:
>
>         postgres://pgsql@/foo
>
> On Jul 20, 2006, at 8:39 AM, Kevin Dangoor wrote:
>
> > I'm working on a project that currently uses psycopg1 and connects
> > with a string like this passed to connect(): dsn='user=pgsql
> > dbname=foo'
> >
> > I don't think it's using TCP sockets at all for connection. Is it
> > possible to specify this in a URL? I got SQLAlchemy working with the
> > database by passing in my own QueuePool with a connection function,
> > but it would be more pleasant if I could make it work via URL.
> >
> > Kevin
> >
> > --
> > Kevin Dangoor
> > TurboGears / Zesty News
> >
> > email: [EMAIL PROTECTED]
> > company: http://www.BlazingThings.com
> > blog: http://www.BlueSkyOnMars.com
> >
> > ----------------------------------------------------------------------
> > ---
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys -- and earn
> > cash
> > http://www.techsay.com/default.php?
> > page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Sqlalchemy-users mailing list
> > Sqlalchemy-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users
>
>


-- 
Kevin Dangoor
TurboGears / Zesty News

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to