MT.LightORM 3.1.6.8

dotnet add package MT.LightORM --version 3.1.6.8
                    
NuGet\Install-Package MT.LightORM -Version 3.1.6.8
                    
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="MT.LightORM" Version="3.1.6.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MT.LightORM" Version="3.1.6.8" />
                    
Directory.Packages.props
<PackageReference Include="MT.LightORM" />
                    
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 MT.LightORM --version 3.1.6.8
                    
#r "nuget: MT.LightORM, 3.1.6.8"
                    
#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 MT.LightORM@3.1.6.8
                    
#: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=MT.LightORM&version=3.1.6.8
                    
Install as a Cake Addin
#tool nuget:?package=MT.LightORM&version=3.1.6.8
                    
Install as a Cake Tool

How to use?

inject service in dot net core

builder.Services.AddLightOrm(option =>
{
    // LightORM.Providers.Sqlite
    option.UseSqlite(connectionString);
    // LightORM.Providers.Oracle
    option.UseOracle(connectionString);
    // LightORM.Providers.MySql
    option.UseMySql(connectionString);
    // LightORM.Providers.SqlServer
    option.UseSqlServer(version, connectionString);
    // LightORM.Providers.PostgreSQL
    option.UsePostgreSQL(connectionString);
});

configuration

ExpSqlFactory.Configuration(option =>
{
    // LightORM.Providers.Sqlite
    option.UseSqlite(connectionString);
    // LightORM.Providers.Oracle
    option.UseOracle(connectionString);
    // LightORM.Providers.MySql
    option.UseMySql(connectionString);
    // LightORM.Providers.SqlServer
    option.UseSqlServer(version, connectionString);
    // LightORM.Providers.PostgreSQL
    option.UsePostgreSQL(connectionString);
});

// get IExpressionContext instance
IExpressionContext context = ExpSqlFactory.GetContext();

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 was computed.  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.  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. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on MT.LightORM:

Package Downloads
LightORM.Providers.Sqlite

LightORM Sqlite扩展

LightORM.Providers.Oracle

LightORM Oracle扩展

LightORM.Providers.MySql

LightORM MySql扩展

LightORM.Providers.SqlServer

LightORM SqlServer扩展

LightORM.Providers.PostgreSQL

LightORM PostgresSQL扩展

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.6.8 92 8/12/2025
3.1.6.8-alpha1 59 8/9/2025
3.1.6.7 184 8/7/2025
3.1.6.7-pre2 176 8/7/2025
3.1.6.7-pre1 389 7/25/2025
3.1.6.6 1,401 7/22/2025
3.1.6.5 276 7/21/2025
3.1.6.4 116 7/17/2025
3.1.6.3 170 7/12/2025
3.1.6.2 130 7/9/2025
3.1.6.1 140 7/8/2025
3.1.6 137 7/7/2025
3.1.5.9 115 7/4/2025
3.1.5.8 143 6/25/2025
3.1.5.6 145 6/18/2025
3.1.5.5 288 6/12/2025
3.1.5.5-pre 276 6/12/2025
3.1.5.4 130 6/6/2025
3.1.5.3 145 6/3/2025
3.1.5.2 179 4/23/2025
3.1.5.1 185 4/22/2025
3.1.5 241 4/21/2025
3.1.5-pre 156 3/13/2025
3.1.4 205 1/17/2025
3.1.3 91 1/15/2025
3.1.2 174 10/23/2024
3.1.0 112 10/22/2024
3.0.9 168 10/19/2024
3.0.8 172 10/18/2024
3.0.7 120 10/16/2024
3.0.6 285 10/15/2024
3.0.5 140 10/10/2024
3.0.3 122 10/10/2024
3.0.1 151 10/9/2024
3.0.0 200 10/4/2024
2.1.9-pre 153 9/30/2024
2.1.8-pre 91 9/28/2024
2.1.7-pre 90 9/28/2024
2.1.6-pre 85 9/28/2024
2.1.5-pre 103 9/28/2024
2.1.4 157 9/10/2024
2.1.3 170 8/24/2024
2.1.1 148 8/21/2024
2.1.0 140 8/20/2024
2.0.9 171 6/25/2024
2.0.8 157 5/11/2024
2.0.7 176 4/30/2024
2.0.6 146 4/24/2024
2.0.5 152 4/20/2024
2.0.4 144 4/18/2024
2.0.3 140 4/17/2024
2.0.2 140 4/17/2024
2.0.1-alpha 105 4/16/2024
2.0.0.8-alpha 113 4/15/2024
2.0.0.7-alpha 128 4/1/2024
2.0.0.6-alpha 137 3/31/2024
2.0.0.4-alpha 140 3/29/2024
2.0.0.3-alpha 143 3/26/2024
2.0.0.2-alpha 129 3/25/2024
2.0.0.1-alpha 130 3/22/2024
2.0.0-alpha 129 3/21/2024
1.3.2 289 1/19/2024
1.3.1 246 1/18/2024
1.2.9 437 11/20/2023
1.2.8 520 5/12/2023
1.2.7 531 5/9/2023
1.2.5 604 4/9/2023
1.2.4 605 4/2/2023
1.2.3 635 3/15/2023
1.2.2 600 2/15/2023
1.2.1 700 1/13/2023
1.2.0 647 1/9/2023
1.1.8.9 688 1/1/2023
1.1.8.8 792 10/14/2022
1.1.8.7 739 9/7/2022
1.1.8.6 823 7/22/2022
1.1.8.4 797 7/14/2022
1.1.8.3 828 7/6/2022
1.1.8.2 816 6/30/2022
1.1.7.1 837 6/2/2022
1.1.7 844 5/17/2022
1.1.6 678 12/22/2021
1.1.5 686 12/7/2021
1.1.4 734 9/3/2021
1.1.3 693 9/1/2021
1.1.1 751 8/11/2021
1.1.0 710 8/11/2021
1.0.9 750 8/9/2021
1.0.8 756 8/6/2021
1.0.7 716 8/4/2021
1.0.6 706 8/4/2021
1.0.4 749 7/2/2021
1.0.3 705 7/1/2021