From 62a3b9b7d9c4ebfa4cbc4884de7549d986b86e1d Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 24 Aug 2024 07:16:52 -0300 Subject: [PATCH] docs: remove mention to bolt. --- docs/cookbook/eventstore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/eventstore.md b/docs/cookbook/eventstore.md index 249f365..2c28674 100644 --- a/docs/cookbook/eventstore.md +++ b/docs/cookbook/eventstore.md @@ -44,7 +44,7 @@ func main() { } ``` -Other local key-value embedded databases that work the same way are [LMDB](https://pkg.go.dev/github.com/fiatjaf/eventstore/lmdb) and [BoltDB](https://pkg.go.dev/github.com/fiatjaf/eventstore/bolt). +[LMDB](https://pkg.go.dev/github.com/fiatjaf/eventstore/lmdb) works the same way. [SQLite](https://pkg.go.dev/github.com/fiatjaf/eventstore/sqlite3) also stores things locally so it only needs a `Path`.