Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dynasaur

A DynamoDB ORM for Node.js

It aims to provide a few added features that most people will want from a DynamoDB tool. These things include a Mongoose inspired way of doing things, periodic S3 backups, multi-indexing (clones data to seperate tables, having different indexes on each) and more.
It aims to provide a few added features that most people will want from a DynamoDB tool. These things include a Mongoose inspired way of doing things, periodic S3 backups, multi-indexing (clones data to separate tables, having different indexes on each) and more.

For now it provides a simple way to interact with DynamoDB and create/read rows in the table. More features coming.

Expand Down