Database Abstraction Layer

This module implements a Database Abstraction Layer with some more utilities:
- Elastic Search: full text search with result scoring
- More to come….
Dependencies
go get -u bitbucket.org/lygo/lygo_commons
Drivers
go get -u github.com/arangodb/go-driver
go get -u github.com/arangodb/go-driver/http
go get -u bitbucket.org/lygo/lygo_ext_dbbolt
How to Use
To use just call:
go get -u bitbucket.org/lygo/lygo_ext_dbal
Versioning
Sources are versioned using git tags:
git tag v0.1.10
git push origin v0.1.10