On Thursday, 5 April 2012 15:02:49 UTC+2, adesst wrote: > > @johann, have you tried MyDAL to connect and follow the how to? > https://github.com/adesst/web2py > > > I have tried MyDAL without success today.
My code: In models/0.py: from applications.toets.modules.mydal import * settings = Storage() settings.migrate = True settings.database_uri = MyDAL("postgres://js:513726.js@localhost:5432/akb", pool_size=15)