https://github.com/inqnuam/dynamoql
Transforming DynamoDB Complexity into Developer Simplicity.
https://github.com/inqnuam/dynamoql
Last synced: over 1 year ago
JSON representation
Transforming DynamoDB Complexity into Developer Simplicity.
- Host: GitHub
- URL: https://github.com/inqnuam/dynamoql
- Owner: Inqnuam
- License: mit
- Created: 2023-12-27T23:41:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T14:22:49.000Z (over 2 years ago)
- Last Synced: 2025-03-10T20:47:16.910Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://inqnuam.github.io/dynamoql-site/
- Size: 154 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DynamoQL
DynamoQL emerges as a response to the growing complexity of managing DynamoDB tables, a task that can quickly become challenging as an application scales. Maintaining a DynamoDB database, while powerful, can pose significant challenges, especially when schemas evolve. DynamoQL positions itself as a solution to alleviate the cognitive load on developers by providing a vastly improved development experience compared to the AWS SDK. With a strong emphasis on type checking, DynamoQL simplifies the data management process, offering a more intuitive and robust solution for developers working with DynamoDB.
## Getting Started
```bash
npm install dynamoql
```
or with yarn
```bash
yarn add dynamoql
```
## Documentation
- [Introduction](https://inqnuam.github.io/dynamoql-site/docs/intro)
- [Schema](https://inqnuam.github.io/dynamoql-site/docs/category/schema)
- [Model](https://inqnuam.github.io/dynamoql-site/docs/category/model)
- [Error Handling](https://inqnuam.github.io/dynamoql-site/docs/Error%20Handling)
- [FAQ](https://inqnuam.github.io/dynamoql-site/docs/FAQ)