Complete documentation for the RepoDB hybrid .NET ORM library.
- Getting Started - Installation and first steps for each database
- Features - Core features and capabilities
- Operations - Complete reference of all database operations
- Attributes - Entity attribute mapping and configuration
- Mappers - Custom mapping and configuration
- Interfaces - Interface references for extensibility
- References - Advanced references and utilities
- Releases - Release notes and version history
- Query - Fetch records with filtering
- Insert - Create new records
- Update - Modify existing records
- Delete - Remove records
- Merge - Insert or update based on qualifiers
- Batch Operations - Process multiple operations efficiently
- Bulk Operations - High-performance bulk operations
- Caching - Query result caching
- Expression Trees - LINQ expression support
- Type Mapping - Data type conversion
- Tracing - Query execution diagnostics
- Class Mapping - Entity to table mapping
- Property Handlers - Custom property transformations
- Fluent Mapper - Programmatic configuration
For more information, visit the GitHub repository.