thewhitetulip/web-dev-golang-anti-textbook
View on GitHubKey Value store in database section
Open
#11 opened on Jan 6, 2016
enhancementhacktoberfest
Repository metrics
- Stars
- (3,245 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The database part is using sqlite which is a pain to install and adds more complexity to the end user. I suggest there should be another section which uses nosql which is pure go( I suggest bolt).
I willl be happpy to write that section about bolt, as I have been using it for fun and even have this library to help with bolt.
The benefits of adding options to use bolt will be
- Fast setup. The readers will be fast up and running following the examples.
- The examples are less complext meaning it can also be a way for readers to have a handy perspective of how real web apps might look like.