geddy / model

Datastore-agnostic ORM in JavaScript
265 stars 55 forks source link

Added LevelDB support #105

Closed robertkowalski closed 11 years ago

robertkowalski commented 11 years ago

Plain async LevelDB support.

ben-ng commented 11 years ago

This... is... awesome!

mde commented 11 years ago

This is pretty fantastic. I'll merge this as soon as I can get LevelDB set up to run the tests locally.

robertkowalski commented 11 years ago

@mde you just need to do a npm install - the module level will bring levelup and down where leveldown is the database backend.

mde commented 11 years ago

This is awesome. Thanks!