Skip to main content

Key-Value

Introduction to BoltDB

Why use BoltDB # Bolt plays pretty well with Go’s concurrency model, we can do multiple reads concurrently. For pro and cons, I will contrast it with similar database SQLite. I have done SQLite when I worked with Xentrix to develop GUI tools for the artists. You may want to connect with me on LinkedIn. Pro # It is native go. This means you don’t need any database server running, like SQLite. In oppose to Redis and memcached.