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

Latest commit

 

History

History
41 lines (22 loc) · 833 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 833 Bytes

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