'Gobuffalo error "There is no connection named development defined!"
In my go project I install gobuffalo:
go get github.com/gobuffalo/pop/...
And then I run soda migrate
but I got this error There is no connection named development defined!
Does anyone know what problem I am facing with?
Solution 1:[1]
For me, I named the file database.yaml initially, changing the name of file to database.yml worked just fine.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Deeksha Sharma |