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.
- Host: GitHub
- URL: https://github.com/stevenferrer/go-db-models
- Owner: stevenferrer
- License: mit
- Created: 2017-10-06T18:39:50.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T03:01:39.000Z (over 4 years ago)
- Last Synced: 2023-03-06T22:18:57.135Z (over 3 years ago)
- Topics: database, go, golang, model
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.