modulepackage
0.0.0-20241113081314-b9842edae898
Repository: https://github.com/tonsv2/hello-db.git
Documentation: pkg.go.dev
# README
Hello, Database!
Simple application for connecting to a database and executing select now()
.
Configuration
See .env.example for a list of environment variables required to run this application.
Simply doing cp .env.example .env
and filling in the values should be enough.
Launch
make dev