0.1.7 • Published 11 years ago

dbstore v0.1.7

Weekly downloads
30
License
-
Repository
github
Last release
11 years ago

A very simple set of bindings to Berkeley DB 6.x

node-dbstore

My goal here was to create a simple, maintained interface to Berkeley DB for caching data for long-running, memory-hog node processes (I have a few of these...)

It's essentially the simplest layer possible for open/close and put/get/del. I'm trying to do the least possible in C++ and provide more advanced functionality with the node layer on top of that.

Lee Iverson

Installation

npm install dbstore

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago