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

https://github.com/stevenferrer/go-db-models

A demo of database agnostic models in Go.
https://github.com/stevenferrer/go-db-models

database go golang model

Last synced: about 1 year ago
JSON representation

A demo of database agnostic models in Go.

Awesome Lists containing this project

README

          

# go-db-models
Demonstrating database agnostic models in Golang

### StackExchange Codereview Question
Please follow [this](https://codereview.stackexchange.com/questions/177338/database-agnostic-user-model-in-golang) for the stackexchange codereview question.

### Example project
I've implemented the concepts here [this](https://github.com/moqafi/harper) project. I'm using the amazing [go-chi/chi](https://github.com/go-chi/chi) for my router.

## Contributing

Feel free to improve this by creating a PR discussing your changes.