An open API service indexing awesome lists of open source software.

https://github.com/steenzout/go-dao

Data Access Object pattern in Go.
https://github.com/steenzout/go-dao

dao go golang library

Last synced: about 1 year ago
JSON representation

Data Access Object pattern in Go.

Awesome Lists containing this project

README

          

# go-dao

[![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)][license]
[![Build Status](https://travis-ci.org/steenzout/go-dao.svg?branch=master)](https://travis-ci.org/steenzout/go-dao/)
[![Coverage Status](https://coveralls.io/repos/steenzout/go-dao/badge.svg?branch=master&service=github)](https://coveralls.io/github/steenzout/go-dao?branch=master)

Data access object pattern in Go.

[license]: https://raw.githubusercontent.com/steenzout/go-dao/master/LICENSE "License"