首页 开发技术 其它     /    levelup:适用于抽象级别降低的商店的包装器,用于Node.js和浏览器-源码

levelup:适用于抽象级别降低的商店的包装器,用于Node.js和浏览器-源码

上传者: weixin_42168750 | 上传时间:2024/1/19 9:11:39 | 文件大小:66KB | 文件类型:ZIP
levelup:适用于抽象级别降低的商店的包装器,用于Node.js和浏览器-源码
升级目录点击展开介绍快速简单的存储。
一个Node.js包装器,用于兼容abstract-leveldown存储,这些存储遵循的特性。
LevelDB是Google构建的简单键值存储。
它已在GoogleChrome和许多其他产品中使用。
LevelDB支持任意字节数组作为键和值,包括奇异的get,put和delete操作,批处理的put和delete,双向迭代器以及使用非常快的算法的简单压缩。
LevelDB存储按关键字按字典顺序排序的条目。
这使levelup的(将LevelDB迭代器公开为)成为非常强大的查询机制。
最常见的存储是,它提供与LevelDB的纯C++绑定。
诸如在浏览器或为一个内存中存储。
它们通常支持键和值的字符串和缓冲区。
对于一组更丰富的数据类型,您可以使用来包装存储。
建议使用包来入门。
它方便地捆绑levelup,和。
它的主要输出是levelup即,您可以执行vardb=require('level')。
支持平台我们旨在支持ActiveLTS和当前Node.js版本以及浏览器。
要获得基础存储的支持,请

文件下载

资源详情

[{"title":"(73个子文件66KB)levelup:适用于抽象级别降低的商店的包装器,用于Node.js和浏览器-源码","children":[{"title":"levelup-master","children":[{"title":".gitignore <span style='color:#111;'>170B</span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'>1.89KB</span>","children":null,"spread":false},{"title":"LICENSE.md <span style='color:#111;'>1.09KB</span>","children":null,"spread":false},{"title":".dntrc <span style='color:#111;'>462B</span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'>465B</span>","children":null,"spread":false},{"title":"CHANGELOG.md <span style='color:#111;'>51.98KB</span>","children":null,"spread":false},{"title":".github","children":[{"title":"dependabot.yml <span style='color:#111;'>282B</span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'>24.67KB</span>","children":null,"spread":false},{"title":".airtap.yml <span style='color:#111;'>295B</span>","children":null,"spread":false},{"title":"sauce-labs.svg <span style='color:#111;'>5.27KB</span>","children":null,"spread":false},{"title":"lib","children":[{"title":"levelup.js <span style='color:#111;'>7.66KB</span>","children":null,"spread":false},{"title":"common.js <span style='color:#111;'>232B</span>","children":null,"spread":false},{"title":"batch.js <span style='color:#111;'>1.44KB</span>","children":null,"spread":false}],"spread":true},{"title":".npmignore <span style='color:#111;'>60B</span>","children":null,"spread":false},{"title":"UPGRADING.md <span style='color:#111;'>3.95KB</span>","children":null,"spread":false},{"title":"test","children":[{"title":".gitignore <span style='color:#111;'>18B</span>","children":null,"spread":false},{"title":"manifest-test.js <span style='color:#111;'>511B</span>","children":null,"spread":false},{"title":"clear-test.js <span style='color:#111;'>2.22KB</span>","children":null,"spread":false},{"title":"iterator-seek-test.js <span style='color:#111;'>2.41KB</span>","children":null,"spread":false},{"title":"idempotent-test.js <span style='color:#111;'>879B</span>","children":null,"spread":false},{"title":"open-patchsafe-test.js <span style='color:#111;'>1.49KB</span>","children":null,"spread":false},{"title":"deferred-open-test.js <span style='color:#111;'>5.74KB</span>","children":null,"spread":false},{"title":"data","children":[{"title":"browser-works.js <span style='color:#111;'>39B</span>","children":null,"spread":false},{"title":"browser-throws.js <span style='color:#111;'>19B</span>","children":null,"spread":false}],"spread":false},{"title":"browserify-test.js <span style='color:#111;'>1.39KB</span>","children":null,"spread":false},{"title":"common.js <span style='color:#111;'>816B</span>","children":null,"spread":false},{"title":"maybe-error-test.js <span style='color:#111;'>2.19KB</span>","children":null,"spread":false},{"title":"get-put-del-test.js <span style='color:#111;'>3.47KB</span>","children":null,"spread":false},{"title":"create-stream-vs-put-racecondition.js <span style='color:#111;'>1.60KB</span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'>1.45KB</span>","children":null,"spread":false},{"title":"init-test.js <span style='color:#111;'>2.58KB</span>","children":null,"spread":false},{"title":"util","children":[{"title":"rs-factory.js <span style='color:#111;'>321B</span>","children":null,"spread":false},{"title":"discardable.js <span style='color:#111;'>395B</span>","children":null,"spread":false},{"title":"rs-context.js <span style='color:#111;'>1.27KB</span>","children":null,"spread":false}],"spread":false},{"title":"key-value-streams-test.js <span style='color:#111;'>2.98KB</span>","children":null,"spread":false},{"title":"custom-encoding-test.js <span style='color:#111;'>2.32KB</span>","children":null,"spread":false},{"title":"binary-test.js <span style='color:#111;'>5.03KB</span>","children":null,"spread":false},{"title":"read-stream-test.js <span style='color:#111;'>16.29KB</span>","children":null,"spread":false},{"title":"self","children":[{"title":"manifest-test.js <span style='color:#111;'>1.44KB</span>","children":null,"spread":false}],"spread":false},{"title":"iterator-test.js <span style='color:#111;'>674B</span>","children":null,"spread":false},{"title":"benchmarks","children":[{"title":"engines","children":[{"title":"levelup-release.js <span style='color:#111;'>353B</span>","children":null,"spread":false},{"title":"levelup.js <span style='color:#111;'>355B</span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'>291B</span>","children":null,"spread":false},{"title":"sqlite3.js <span style='color:#111;'>530B</span>","children":null,"spread":false}],"spread":false},{"title":"package.json <span style='color:#111;'>332B</span>","children":null,"spread":false},{"title":"stream-bench.js <span style='color:#111;'>1.28KB</span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'>2.27KB</span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'>2.22KB</span>","children":null,"spread":false},{"title":"tests","children":[{"title":"batch_int_string_x1000_levelup.js <span style='color:#111;'>702B</span>","children":null,"spread":false},{"title":"get_int_string_x1000_levelup.js <span style='color:#111;'>863B</span>","children":null,"spread":false},{"title":"readStream_x100_levelup.js <span style='color:#111;'>158B</span>","children":null,"spread":false},{"title":"get_int_string_x10_levelup.js <span style='color:#111;'>165B</span>","children":null,"spread":false},{"title":"batch_int_string_x100000_levelup.js <span style='color:#111;'>83B</span>","children":null,"spread":false},{"title":"readStream_x10_levelup.js <span style='color:#111;'>157B</span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'>3.08KB</span>","children":null,"spread":false},{"title":"readStream_x100000_levelup.js <span style='color:#111;'>372B</span>","children":null,"spread":false},{"title":"put_int_string_x10_sqlite3.js <span style='color:#111;'>77B</span>","children":null,"spread":false},{"title":"get_int_string_x1000_sqlite3.js <span style='color:#111;'>1.00KB</span>","children":null,"spread":false},{"title":"readStream_x1000_levelup.js <span style='color:#111;'>159B</span>","children":null,"spread":false},{"title":"put_int_string_x10_levelup.js <span style='color:#111;'>77B</span>","children":null,"spread":false},{"title":"put_int_string_x1000_sqlite3.js <span style='color:#111;'>753B</span>","children":null,"spread":false},{"title":"put_int_string_x100000_sqlite3.js <span style='color:#111;'>81B</span>","children":null,"spread":false},{"title":"put_int_string_x1000_levelup.js <span style='color:#111;'>693B</span>","children":null,"spread":false},{"title":"get_int_string_x10_sqlite3.js <span style='color:#111;'>165B</span>","children":null,"spread":false},{"title":"put_int_string_x100000_levelup.js <span style='color:#111;'>81B</span>","children":null,"spread":false},{"title":"readStream_x10000_levelup.js <span style='color:#111;'>160B</span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"null-and-undefined-test.js <span style='color:#111;'>1.26KB</span>","children":null,"spread":false},{"title":"no-encoding-test.js <span style='color:#111;'>998B</span>","children":null,"spread":false},{"title":"self.js <span style='color:#111;'>1.24KB</span>","children":null,"spread":false},{"title":"batch-test.js <span style='color:#111;'>11.29KB</span>","children":null,"spread":false},{"title":"snapshot-test.js <span style='color:#111;'>1.85KB</span>","children":null,"spread":false},{"title":"json-encoding-test.js <span style='color:#111;'>2.38KB</span>","children":null,"spread":false}],"spread":false},{"title":"CONTRIBUTORS.md <span style='color:#111;'>8.55KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明