Skip to content

thothom/dynamodb

Repository files navigation

ThothOM DynamoDB

Style Guide: Techmmunity CodeFactor Coveralls Tests Npm Downloads

This is a DynamoDB plugin for @thothom/core.

Discord Community Docs

Installation

With yarn

yarn add @thothom/dynamodb

With npm

npm i @thothom/dynamodb

Usage

Please, check the docs for more information.

Warning

DynamoDB has a very different way of modeling data compared to traditional SQL databases. We strongly recommend that you study this before using this database, so that you can take full advantage of its capabilities.

Recommended Topics