On Feb 22, 2:37 pm, Stef Mientki <[email protected]> wrote: > hello, > > The DAL is really great to switch between different backend databases !! > > Now I'ld like to use another computer in my home network (Windows) to do the > heavy database stuff, > is this possible with the DAL ?
yes > How should I address the Database server on the other computer ? > And should I make special settings in the PostgreSQL (MySQL) server ? postgres://user:password@host:port/dbname sslmode=x mysql://user:password@host:port/dbname set_encoding=chrset where host is the IP address of your db server machine (or localhost). > thanks, > Stef Mientki

