Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

mike-zorn/dynamo-flu

Repository files navigation

dynamo-flu

[Build Status] (https://travis-ci.org/apechimp/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

About

Fluent interface for dynamo db

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published