From dcaa109ee632b4a017c57f85bcbf3e9bba50885b Mon Sep 17 00:00:00 2001 From: Patrick de Kievit <43268517+thisisdev-patrick@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:38:36 +0100 Subject: [PATCH] docs(using-badger) add project to docs (#2124) added project to docs/badger/projects-using-badger/ Co-authored-by: Patrick de Kievit --- docs/content/projects-using-badger/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/projects-using-badger/index.md b/docs/content/projects-using-badger/index.md index a30bfe0d4..c13954dee 100644 --- a/docs/content/projects-using-badger/index.md +++ b/docs/content/projects-using-badger/index.md @@ -59,5 +59,6 @@ Below is a list of known projects that use Badger: * [KVS](https://github.com/tauraamui/kvs) - A library for making it easy to persist, load and query full structs into BadgerDB, using an ownership hierarchy model. * [LLS](https://github.com/Boc-chi-no/LLS) - LLS is an efficient URL Shortener that can be used to shorten links and track link usage. Support for BadgerDB and MongoDB. Improved performance by more than 30% when using BadgerDB * [ActionManager](https://mftlabs.io/actionmanager) - A dynamic entity manager based on rjsf schema and badger db +* [MightyMap](https://github.com/thisisdevelopment/mightymap) - Mightymap: Conveys both robustness and high capability, fitting for a powerful concurrent map. If you are using Badger in a project please send a pull request to add it to the list.