1.3.0 • Published 9 years ago

nosql-encoding v1.3.0

Weekly downloads
6
License
-
Repository
github
Last release
9 years ago

Nosql Encoding Ability.

Build Status

NPM

Add the encoding ability to the abstract-nosql database.

Usage

Add the Encoding ability to a nosql database

npm install nosql-encoding
var addEncodingFeatureTo = require("nosql-encoding")
var LevelDB  = addEncodingFeatureTo(require("leveldown-sync"))

var db = LevelDB('location')
db.open({keyEncoding: 'text', valueEncoding: 'json'})

Develop a nosql database with encoding ability

There is no need to force inherited from the Encoding class.

Please let the user decide whether to use the Encoding feature.

Encoding Codec

See buffer-codec.

1.3.0

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.9.0

9 years ago