Using BoltDB for your Go Application
BoltDB is a pure Go persistence solution that saves data to a memory mapped file. I call it a persistence solution and not a database, because the word database has a lot of baggage associated with it that doesn’t apply to bolt. And that lack of baggage is what makes bolt so awesome. Bolt is just a Go package. There’s nothing you need to install on the system, no configuration to figure out before you can start coding, nothing....