# README
GoZix SQL
Dependencies
Configuration example
{
"sql": {
"default": {
"nodes": [
"postgres://app:[email protected]:5432/app?sslmode=disable"
],
"driver": "postgres",
"max_open_conns": 10,
"max_idle_conns": 10,
"conn_max_lifetime": "10m"
}
}
}
# Variables
ErrUnknownConnection is error triggered when connection with provided name not founded.