📄️ Define a Schema
Introduction
🗃️ Data Types
11 items
🗃️ Type Utilities
4 items
📄️ Advanced
Schema class is essentially for DynamoQL internal usage, however it exposes some usefull properties and methods in case you look for them.
DynamoDB, despite being a NoSQL database, is not devoid of schema. In fact, it maintains a flexible schema model. DynamoQL, aligning with this characteristic, is built upon the idea of Schemas and is fully compatible with DynamoDB. While DynamoDB allows for dynamic and evolving data structures, DynamoQL leverages the concept of Schema to provide developers with a structured and organized approach to working with DynamoDB. This compatibility ensures that developers using DynamoQL can seamlessly navigate and interact with the rich features of DynamoDB, all within the context of a well-defined schema.
Introduction
11 items
4 items
Schema class is essentially for DynamoQL internal usage, however it exposes some usefull properties and methods in case you look for them.