thewhitetulip/web-dev-golang-anti-textbook

Key Value store in database section

Open

#11 opened on Jan 6, 2016

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Go (273 forks)github user discovery
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.

Contributor guide