https://github.com/thedevsaddam/querybuilder
A fake query builder to demonstrate the factory and singleton pattern
https://github.com/thedevsaddam/querybuilder
go-tutorial golang golang-factory-pattern golang-singleton-pattern
Last synced: about 1 year ago
JSON representation
A fake query builder to demonstrate the factory and singleton pattern
- Host: GitHub
- URL: https://github.com/thedevsaddam/querybuilder
- Owner: thedevsaddam
- Created: 2017-07-14T16:44:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T11:59:55.000Z (over 8 years ago)
- Last Synced: 2023-02-27T13:26:40.026Z (about 3 years ago)
- Topics: go-tutorial, golang, golang-factory-pattern, golang-singleton-pattern
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# querybuilder
A fake query builder to demonstrate the factory and singleton pattern
## [Read the article here](https://medium.com/@thedevsaddam/lets-make-a-query-builder-using-go-d41b15a0f394)