Categorygithub.com/elnerribeiro/go-mustache-db
repositorypackage
0.0.13
Repository: https://github.com/elnerribeiro/go-mustache-db.git
Documentation: pkg.go.dev

# README

go-mustache-db

Biblioteca para acesso a dados (Postgres e MySQL)

import "github.com/elnerribeiro/go-mustache-db"

Arquivos necessários:

. Arquivo application.properties:

printSql=false

db.url=postgres://USERNAME:PASSWORD@HOST:PORTA/BANCO (Postgres)

ou

db.url=username:password@host:porta/banco?param=value (MySQL)

. Pasta consultas/ . Arquivos terminados em .sql