macOS
brew install leveldblocal Homebrew formula metadata
sudo port install leveldbMacPorts ports tree · databases/leveldb/Portfile · 来源: api.github.com
安装
brew install leveldblocal Homebrew formula metadata
sudo port install leveldbMacPorts ports tree · databases/leveldb/Portfile · 来源: api.github.com
sudo apk add leveldbAlpine Linux edge package indexes · leveldb · 来源: dl-cdn.alpinelinux.org
sudo dnf install leveldbFedora Rawhide package metadata · leveldb · 来源: dl.fedoraproject.org
nix profile install nixpkgs#leveldbnixpkgs package indexes · pkgs/by-name/le/leveldb/package.nix · 来源: api.github.com
sudo pacman -S leveldbArch Linux sync databases · leveldb · 来源: geo.mirror.pkgbuild.com
sudo zypper install leveldbopenSUSE Tumbleweed package metadata · leveldb · 来源: download.opensuse.org
sudo apt install leveldb-docDebian stable package indexes · leveldb-doc · 来源: deb.debian.org
概览
Key-value storage library with ordered mapping
历史
LevelDB is Google's embeddable, ordered key-value storage library. It is small enough to package as a C++ library but historically important because it made log-structured merge-tree storage, Snappy compression, and sorted key iteration available as a reusable building block.
Google announced LevelDB as open source on July 27, 2011 under a BSD-style license. The announcement described it as a fast persistent key-value store written at Google and designed for use in browsers, operating systems, applications, and higher-level storage systems.
The upstream repository credits Google Inc. and lists Jeffrey Dean and Sanjay Ghemawat as the initial version authors. The README and documentation describe the core model that made LevelDB influential: string keys and values, ordered storage by key, atomic batch writes, snapshots, forward/backward iteration, and optional compression.
Google's 2011 announcement already named early adoption targets and relatives: Chrome's IndexedDB implementation was being built on LevelDB, Bigtable tablets were a design ancestor, and Riak had added LevelDB support for per-node storage. Over time, LevelDB also became a common dependency in language bindings, blockchain clients, browser storage, and package-manager indexes.
LevelDB is normally linked into an application rather than run as a server. Package managers often ship the library, headers, and small utility programs so downstream software can embed fast local key-value storage without adding an external database daemon.
Package nerds care about LevelDB because it is one of the canonical small C++ libraries that quietly sits underneath larger systems. It also produced a family tree: RocksDB and many language-specific Level* packages made the LevelDB API and storage pattern part of everyday infrastructure.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
leveldbutil | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/google/leveldb
安装元数据
| 软件包键 | brew:leveldb |
|---|---|
| 版本 | 1.23 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/leveldb |
| 主页 | https://github.com/google/leveldb/ |
| 仓库 | https://github.com/google/leveldb |
| 上游文档 | https://github.com/google/leveldb |
| 许可证 | BSD-3-Clause |
| 源码归档 | https://github.com/google/leveldb/archive/refs/tags/1.23.tar.gz |
| 依赖 | snappy |
| 构建依赖 | cmake |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | leveldb |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
leveldb-doc 1.23-5
LevelDB documentation
https://github.com/google/leveldb
sudo apt install leveldb-doclibleveldb-dev 1.23-5+b2
fast key-value storage library (development files)
https://github.com/google/leveldb
sudo apt install libleveldb-devlibleveldb1d 1.23-5+b2
fast key-value storage library
https://github.com/google/leveldb
sudo apt install libleveldb1dleveldb
nix profile install nixpkgs#leveldbleveldb-doc 1.23-5build1
LevelDB documentation
https://github.com/google/leveldb
sudo apt install leveldb-doclibleveldb-dev 1.23-5build1
fast key-value storage library (development files)
https://github.com/google/leveldb
sudo apt install libleveldb-devlibleveldb1d 1.23-5build1
fast key-value storage library
https://github.com/google/leveldb
sudo apt install libleveldb1dleveldb 1.23-r1
A fast and lightweight key/value database library by Google
https://github.com/google/leveldb
sudo apk add leveldbleveldb-dev 1.23-r1
A fast and lightweight key/value database library by Google (development files)
https://github.com/google/leveldb
sudo apk add leveldb-devleveldb-doc 1.23-r1
A fast and lightweight key/value database library by Google (documentation)
https://github.com/google/leveldb
sudo apk add leveldb-docleveldb 1.23-14.fc44
A fast and lightweight key/value database library by Google
https://github.com/google/leveldb
sudo dnf install leveldbleveldb-devel 1.23-14.fc44
Development files for leveldb
https://github.com/google/leveldb
sudo dnf install leveldb-develleveldb 1.23-4
A fast and lightweight key/value database library
https://github.com/google/leveldb/
sudo pacman -S leveldbleveldb 1.23-6.3
A key/value-store
https://github.com/google/leveldb
sudo zypper install leveldbleveldb-devel 1.23-6.3
Development files for leveldb
https://github.com/google/leveldb
sudo zypper install leveldb-develleveldb-devel-static 1.23-6.3
Development files for statically link leveldb
https://github.com/google/leveldb
sudo zypper install leveldb-devel-static来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.