Socket
Socket
Sign inDemoInstall

lmdb

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lmdb - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json

@@ -10,3 +10,3 @@ {

]
, "version" : "0.1.0"
, "version" : "0.1.1"
, "main" : "lmdb.js"

@@ -13,0 +13,0 @@ , "dependencies" : {

LMDB for Node.js
================
A Low-level, [LevelDOWN](https://github.com/rvagg/node-leveldown)-compatible, Node.js LMDB binding
--------------------------------------------------------------------------------------------------
**A Low-level, [LevelDOWN](https://github.com/rvagg/node-leveldown)-compatible, Node.js LMDB binding**
[![Build Status](https://secure.travis-ci.org/rvagg/lmdb.png)](http://travis-ci.org/rvagg/lmdb)
[![NPM](https://nodei.co/npm/lmdb.png?stars&downloads)](https://nodei.co/npm/lmdb/) [![NPM](https://nodei.co/npm-dl/lmdb.png)](https://nodei.co/npm/lmdb/)
LMDB for Node.js, is primarily designed to serve as a back-end to **[LevelUP](https://github.com/rvagg/node-levelup)**, it is strongly recommended that you use LevelUP in preference to LMDB directly.
"LMDB" is *[Symas Lightning Memory-Mapped Database](http://symas.com/mdb/)*.
> LMDB is an ultra-fast, ultra-compact key-value embedded data store developed by Symas for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space, (it is not limited to the size of physical RAM). Note: LMDB was originally called MDB, but was renamed to avoid confusion with other software associated with the name MDB
LMDB for Node.js, is primarily designed to serve as a back-end to **[LevelUP](https://github.com/rvagg/node-levelup)**, it is strongly recommended that you use LevelUP in preference to this library directly.
<a name="platforms"></a>

@@ -16,3 +19,3 @@ Tested & supported platforms

* **Linux**
* *Others... testing son*
* *Others... testing soon*

@@ -19,0 +22,0 @@ <a name="api"></a>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc