0.0.5 • Published 11 years ago

dynamo-flu v0.0.5

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

dynamo-flu

A fluent wrapper around DynamoDB which allows you to write code like

db.from('Users').get.with('userId').equalTo(userId).
ifEmpty(userDoesNotExist(next, userId)).
otherwise.pick('contexts').
defaultTo([]).
as('json').
then(function(contexts) {
  ...
});

to interact with your database in an obvious way.

TODO

add tests use grunt to automatically run tests and jshint docs switch from aws-sdk to dynasty as it becomes ready

0.0.5

11 years ago

0.0.4

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago