Skip to content

Latest commit

 

History

History
 
 

README.md

RepoDB Documentation

Complete documentation for the RepoDB hybrid .NET ORM library.

Quick Navigation

  • 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

Supported Databases

Core Concepts

CRUD Operations

  • Query - Fetch records with filtering
  • Insert - Create new records
  • Update - Modify existing records
  • Delete - Remove records

Advanced Operations

Performance & Features

Configuration

Contributing


For more information, visit the GitHub repository.