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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rapidex.Data.PostgreServer" Version="0.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rapidex.Data.PostgreServer" Version="0.2.7" />
                    
Directory.Packages.props
<PackageReference Include="Rapidex.Data.PostgreServer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rapidex.Data.PostgreServer --version 0.2.7
                    
#r "nuget: Rapidex.Data.PostgreServer, 0.2.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Rapidex.Data.PostgreServer@0.2.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rapidex.Data.PostgreServer&version=0.2.7
                    
Install as a Cake Addin
#tool nuget:?package=Rapidex.Data.PostgreServer&version=0.2.7
                    
Install as a Cake Tool

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.

License

Status

Status Stability Usability

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 JobMan
Rapidex.Data.SqlServer JobMan
Rapidex.Data.PostgreServer JobMan

Quick Start

See: Quick Start

Samples

You can download and run sample project from the following links:

Documentation

Basics

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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