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
- Host: GitHub
- URL: https://github.com/thothom/dynamodb
- Owner: thothom
- License: apache-2.0
- Created: 2021-10-09T10:13:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T17:16:56.000Z (over 3 years ago)
- Last Synced: 2025-02-19T16:18:00.825Z (over 1 year ago)
- Topics: database, dynamodb, javascript, nodejs, thothom, typescript
- Language: TypeScript
- Homepage: https://thothom.com/
- Size: 984 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This is a DynamoDB plugin for [@thothom/core](https://github.com/thothom/core).
[](https://discord.gg/TakYksUzzZ)
[](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)
