An open API service indexing awesome lists of open source software.

https://github.com/thothom/dynamodb

ThothOM Plugin For DynamoDB
https://github.com/thothom/dynamodb

database dynamodb javascript nodejs thothom typescript

Last synced: 2 months ago
JSON representation

ThothOM Plugin For DynamoDB

Awesome Lists containing this project

README

          

# ThothOM DynamoDB


Style Guide: Techmmunity


CodeFactor


Coveralls


Tests


Npm


Downloads




This is a DynamoDB plugin for [@thothom/core](https://github.com/thothom/core).

[![Discord Community](https://img.shields.io/badge/discord%20community-5865F2?style=for-the-badge&labelColor=5865F2&logo=discord&logoColor=ffffff)](https://discord.gg/TakYksUzzZ)
[![Docs](https://img.shields.io/badge/📄%20documentation-01d2ce?style=for-the-badge)](https://thothom.com)

## Installation

With yarn

```
yarn add @thothom/dynamodb
```

With npm

```
npm i @thothom/dynamodb
```

## Usage

Please, check [the docs](https://thothom.com/docs/plugins/dynamodb) 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

- [DynamoDB Introduction - Geeks For Geeks](https://www.geeksforgeeks.org/dynamodb-introduction/)
- [DynamoDB Introduction](https://medium.com/imaginelearning/getting-started-with-dynamodb-d147ed9e629e)
- [DynamoDB Data Modeling](https://codeburst.io/dynamodb-data-modeling-7f11950b25bf)
- [An introduction to DynamoDB data modeling](https://blog.theodo.com/2021/04/introduction-to-dynamo-db-modeling/)
- [Querying child relationships](https://stackoverflow.com/questions/63755975/modelling-parent-child-subchild-relationships-in-dynamodb)