Giter Site home page Giter Site logo

level-lmdb's Introduction

level-lmdb

This project has been abandoned. There will be no further releases. If you wish to revive level-lmdb, please open an issue in Level/community to discuss a way forward. Thank you! โค๏ธ


Fast & simple storage - a Node.js-style LMDB wrapper

This is a convenience package that bundles the current release of LevelUP and LMDB and exposes LevelUP on its export.

Use this package to avoid having to explicitly install LMDB when you want to use LMDB with LevelUP.

var level = require('level-lmdb')

// 1) Create our database, supply location and options.
//    This will create or open the underlying LevelDB store.
var db = level('./mydb')

// 2) put a key & value
db.put('name', 'Level', function (err) {
  if (err) return console.log('Ooops!', err) // some kind of I/O error

  // 3) fetch by key
  db.get('name', function (err, value) {
    if (err) return console.log('Ooops!', err) // likely the key was not found

    // ta da!
    console.log('name=' + value)
  })
})

See LevelUP and LMDB for more details.

Contributing

level-lmdb is an OPEN Open Source Project. This means that:

Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.

See the CONTRIBUTING.md file for more details.

Licence & copyright

Copyright (c) 2012-2013 Rod Vagg contributors (listed above).

level-lmdb is licensed under an MIT +no-false-attribs license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.

level-lmdb's People

Contributors

ralphtheninja avatar rvagg avatar vweevers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

level-lmdb's Issues

node lmdb

this project can't be compiled on the new versions of node.
and actually lmdb is one of the only databases for levelup that support multi core write and read.
can we wrap this library on https://github.com/Venemo/node-lmdb that is supported?

Archive repository

  • Disable Greenkeeper
  • Make sure the latest published version is git-tagged
  • Add note to readme (example: Level/level-mobile#22)
  • Remove project from Travis
  • Pin dependencies
  • Ask for npm ownership
  • Release a final patch version
  • Deprecate the package with This project has been abandoned. There will be no further releases. If you wish to revive level-lmdb, please open an issue (https://github.com/Level/community) to discuss a way forward. Thank you!
  • Remove extraneous npm owners
  • Archive the GitHub repository

Not actively maintained

Just writing this post to let people know that this repository has fallen a lot behind. It will require some work to get up to par with latest versions of node, nan etc.

0.12

I kindly request some love for this module.. it's lonely and cries every time I want to install it.

๐Ÿšถ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.