How do you use this with MySQL?

Issue #43 new
darylginn created an issue

I have a dbconf.yml

development:
  driver: mysql
  open: sketchy/root/root

Yet when I run goose create Users sql

I just get the following error:

2014/11/21 20:34:14 Invalid DBConf: {mysql sketchy/root/root <nil>}

Any idea what's going wrong? I wish this were documented better.

Comments (2)

  1. Log in to comment