-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Labels
Milestone
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.
Reactions are currently unavailable