Rapidex.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.
- Define entities with concrete (classes) or soft (JSON, YAML or with code in runtime)
- Change metadata (entity definitions) and schema in runtime
- UnitOfWork pattern
- Unique and extensible behavior approach for reusable logic
- Dynamic logic injection with signal hub (with Rapidex Common)
- Web service ready for CRUD operations (with JSON)
- Easy predefined data support for entities
- PartialEntity structure supports selective data retrieval and updates
- Multiple database support in same application (multi tenant)
- Multiple schema (workspaces) support
- Different metadata customization for each database connection (each tenant can have different configuration)
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