in chapter 6, at the section talking about "Copy data from one db into
another"
db = DAL('postgresql://username:password@hocalhost/mydb')
Probably meant
db = DAL('postgres://username:password@localhost/mydb')

Reply via email to