Database connection

Out of the box Gozen already pre installs the go database drivers for all of the four main database engines.


In order to tell Gozen which one to use, simply un-comment the one you require in your .env file.


As of writing, Gozen supports SQLite and MySQL. That is to say, our CRUD scaffolding engine only supports these two at present.