FluentDynamoDb
The core library providing base classes, interfaces, and the fluent API for working with Amazon DynamoDB.
Installation
dotnet add package Oproto.FluentDynamoDb
Key Features
- Fluent API - Intuitive, chainable methods for building DynamoDB operations
- Entity Mapping - Attribute-based mapping between C# classes and DynamoDB items
- Repository Pattern - Clean abstraction for data access operations
- Single Table Design - First-class support for single table design patterns
- Access Patterns - Define and enforce access patterns at the entity level
- Type Safety - Strongly-typed queries and operations
Quick Start
// TODO: Add actual code example