From 3370533912e7e333e3431e0b87cca51c944d5131 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 1 Dec 2024 20:06:04 +0100 Subject: [PATCH] Answer the relation to Google (none) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c68bf0a..8eb434b 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ Maintaining these bindings to RocksDB (as an alternative to LevelDB) has been an You may find alternatives in user land. +### How does Level relate to LevelDB? + +Level is not affiliated with Google. Level includes a Node.js binding for Google's C++ [LevelDB](https://github.com/google/leveldb) project. That is how Level started and where the name comes from. Since then, our ecosystem has grown to include other key-value databases besides LevelDB. + ### Where can I get support? If you need help - technical, philosophical or other - feel free to [open an issue](https://github.com/Level/community/issues/new/choose) in [`community`](https://github.com/Level/community) or a more specific repository. We don't (yet) use GitHub Discussions, at least until discussions get the ability to [close them](https://github.com/github/feedback/discussions/3097).