# README
GoZix SQL
The bundle provide a SQL integration to GoZix application.
Installation
go get github.com/gozix/sql/v3
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"
}
}
}
Documentation
You can find documentation on pkg.go.dev and read source code if needed.
Questions
If you have any questions, feel free to create an issue.
# Variables
ErrUnknownConnection is error triggered when connection with provided name not founded.
# Type aliases
No description provided by the author