Rapidex.Data is a flexible Object-Relational Mapping (ORM) framework designed for modern .NET applications. Define entities using concrete classes, JSON, YAML, or dynamically at runtime. Modify entity definitions and schema on-the-fly without restarting your application. Key Features: • Define entities with concrete classes, JSON, YAML, or programmatically at runtime • Change metadata (entity definitions) and schema at runtime • UnitOfWork pattern for data integrity • Unique behavior-based approach for reusable logic • Dynamic logic injection with Signal Hub • Web service ready for CRUD operations (JSON support) • Easy predefined data support • PartialEntity for selective data retrieval and updates • Multiple database and schema support (multi-tenant ready) • Different metadata customization per database connection • Complex queries, filtering, and pagination • Built-in field types (Color, Currency, Email, Image, JSON, Password, Phone, Text, Time, etc.) • Easy One-to-Many and Many-to-Many relationships • Lazy loading for complex field types • Automatic schema creation and updates • Bulk update operations Supports Microsoft SQL Server, PostgreSQL, and more (planned).
$ dotnet add package Rapidex.DataRapidex.Data is an Object-Relational Mapping (ORM) framework focused on flexibility, ease of use, and runtime customization for modern applications.
It allows entities to be defined using concrete classes, JSON, or YAML definition files � or even programmatically at runtime. Entity definitions (metadata) can also be modified and applied dynamically while the application is running.
It supports multiple database engines, including Microsoft SQL Server, PostgreSQL, and others (planned).
Multiple database connections can be used within a single application instance.
Rapidex.Data is designed to support multi-module, multi-workspace, and multi-tenant architectures.
See: Features for more details.
Rapidex.Data is under active development, but its core architecture and interfaces are now stable.
No major changes are expected in the framework�s structure or public API surface.
Ongoing work focuses on completing feature sets, improving performance, and enhancing documentation.
In short: The architecture is stable � development continues with focus on refinement rather than redesign.
| Package | Version |
|---|---|
| Rapidex.Data | |
| Rapidex.Data.SqlServer | |
| Rapidex.Data.PostgreServer |
See: Quick Start
You can download and run sample project from the following links:
Serialization and Deserialization
See Roadmap for planned features and improvements.
Rapidex.Data is licensed under LGPL v3. See License for details.
See: Contributing for contribution guidelines.
� 2025, T�rkay Kaynak (ArionWm).
Thanks to all supporters!
Thanks to SQL Kata