Rapidex.Data.PostgreServer
0.2.7
dotnet add package Rapidex.Data.PostgreServer --version 0.2.7
NuGet\Install-Package Rapidex.Data.PostgreServer -Version 0.2.7
<PackageReference Include="Rapidex.Data.PostgreServer" Version="0.2.7" />
<PackageVersion Include="Rapidex.Data.PostgreServer" Version="0.2.7" />
<PackageReference Include="Rapidex.Data.PostgreServer" />
paket add Rapidex.Data.PostgreServer --version 0.2.7
#r "nuget: Rapidex.Data.PostgreServer, 0.2.7"
#:package Rapidex.Data.PostgreServer@0.2.7
#addin nuget:?package=Rapidex.Data.PostgreServer&version=0.2.7
#tool nuget:?package=Rapidex.Data.PostgreServer&version=0.2.7
Rapidex.Data
What is Rapidex.Data?
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.
Main Features
- 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.
Status
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.
Packages (nuget)
| Package | Version |
|---|---|
| Rapidex.Data | |
| Rapidex.Data.SqlServer | |
| Rapidex.Data.PostgreServer |
Quick Start
See: Quick Start
Samples
You can download and run sample project from the following links:
Documentation
Basics
Serialization and Deserialization
Advanced Topics
Roadmap
See Roadmap for planned features and improvements.
Licensing and Contribution
Rapidex.Data is licensed under LGPL v3. See License for details.
See: Contributing for contribution guidelines.
� 2025, T�rkay Kaynak (ArionWm).
Thanks
Thanks to all supporters!
Thanks to SQL Kata
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Npgsql (>= 9.0.3)
- Rapidex.Data (>= 0.2.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.7 | 166 | 12/21/2025 |
| 0.2.6 | 184 | 11/24/2025 |
| 0.2.6-beta.2 | 110 | 12/21/2025 |
| 0.2.6-beta.1 | 224 | 12/17/2025 |
| 0.2.4 | 228 | 11/16/2025 |
| 0.2.3 | 202 | 11/9/2025 |
| 0.2.2 | 167 | 11/2/2025 |
| 0.2.1 | 177 | 10/23/2025 |
| 0.2.0.2 | 175 | 10/23/2025 |