voidwalker/sqlboiler.toml
Niko Storni 2dc0db7210 add compression for gifs
add database backend
2020-06-16 05:37:51 +02:00

13 lines
331 B
TOML

# this file is used for generating the models, not for connecting to the db
# so username/password are the local dev login, not the production login
pkgname="model"
output="model"
[mysql]
blacklist=["gorp_migrations"]
dbname="voidwalker"
host="localhost"
port=3306
user="voidwalker"
pass="voidwalker"
sslmode="false"