Lazurd.FluentORM 1.3.0

dotnet add package Lazurd.FluentORM --version 1.3.0                
NuGet\Install-Package Lazurd.FluentORM -Version 1.3.0                
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="Lazurd.FluentORM" Version="1.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lazurd.FluentORM --version 1.3.0                
#r "nuget: Lazurd.FluentORM, 1.3.0"                
#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.
// Install Lazurd.FluentORM as a Cake Addin
#addin nuget:?package=Lazurd.FluentORM&version=1.3.0

// Install Lazurd.FluentORM as a Cake Tool
#tool nuget:?package=Lazurd.FluentORM&version=1.3.0                

Overview

Lazurd.FluentORM is a powerful and efficient .NET SDK that serves as a lightweight ORM. This SDK provides essential functionalities and tools with a scalable and wide range of features and capabilities.

Getting Started

Please refer to the official documentation for a detailed explanation of the available features and their usage.

Release Notes

1.3.0

Provide varios fixes and enhancements to the SDK, upgrade to this version is highly recommended.

  • Fix: Fixed an issue with the WithConnection method.
  • Fix: Fixed an issue with Between, NotBetween, Like, NotLike conditions.
  • Fix: Fixed an issue with DB types conversion.
  • Fix: Fixed an issue pagination.
  • Fix: Fixed an issue with table name in Oracle DB.
  • Add: Added WithConnection method to the IFluentRepository allow the user to specify the connection.
  • Enhancement: Added extra 54 test-cases to ensure more stability.

1.2.0

  • Feature: Added SQLite support.

1.1.1

  • Bug fix: Error when inserting a null value field.

1.1.0

  • feature: Added multi-target frameworks (Dotnet 6.0, 7.0, 8.0).
  • enhancement: performance enhancements.

1.0.0

  • fix: Added .WithConnection() method to allow the user to specify the connection string.
  • fix: Added .WithTablePrefix() method to allow the user to specify the table prefix.
  • enhancement: Enhanced insert command code.

0.9.2

  • Minor fixes/enhancements

0.9.0 (Alpha)

  • initial release

Support

For any questions, issues, or support related to lazurd.FluentORM, please contact Lazurd Computer Services LLC at:

  • Email: support@lazurdit.com
  • Phone: +962799036777
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
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.