Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Database helper written in Go to read and write models.

License

Notifications You must be signed in to change notification settings

altipla-consulting/database

Repository files navigation

database

DEPRECATED: Use https://github.com/altipla-consulting/libs instead.

GoDoc Build Status

Database helper to read and write models.

Install

go get github.com/altipla-consulting/database

Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using gofmt.

Running tests

Download any dependency your system may need:

make deps

Then run the tests and configure a local MySQL instance for them:

make test

License

MIT License