A simple customizable DynamoDB ODM for Node.js
Dynosaurus is a simple customizable DynamoDB ODM for Node.js. It is built on top of the AWS SDK JS and provides a simple interface for interacting with DynamoDB. It's highly customizable with a custom marshaller.
To get a local copy up and running follow these simple steps.
Install the package in your project:
npm install dynosaurus
Refer to the documentation for more information.
COMING SOON
See the releases page for all releases and to download the binaries.
Contributions are what make the open source community such an amazing place to learn, be inspired, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0 License. See LICENSE
for more information.
TGWaffles