CodeM.Common.Orm 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeM.Common.Orm --version 1.0.0
NuGet\Install-Package CodeM.Common.Orm -Version 1.0.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="CodeM.Common.Orm" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeM.Common.Orm --version 1.0.0
#r "nuget: CodeM.Common.Orm, 1.0.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 CodeM.Common.Orm as a Cake Addin
#addin nuget:?package=CodeM.Common.Orm&version=1.0.0

// Install CodeM.Common.Orm as a Cake Tool
#tool nuget:?package=CodeM.Common.Orm&version=1.0.0

netcoreORM

.NetCore轻量级ORM框架

一、概述

​ nercoreORM是一个基于.net core开发的跨平台轻量级数据库操作类库,全名称为CodeM.Common.Orm。netcoreORM模型定义文件基于XML文件格式,模型管理基于目录自动分类;数据库类型支持Sqlite、MySql、Oracle、Sqlserver、Postgresql等,数据库配置文件和模型定义一样基于目录划分,并支持基于目录层级的继承能力;数据操作采用链式方式,简单易用。

二、快速入门

2.1 安装

Package Manager
Install-Package CodeM.Common.Orm -Version 1.0.0
.NET CLI
dotnet add package CodeM.Common.Orm --version 1.0.0
PackageReference
<PackageReference Include="CodeM.Common.Orm" Version="1.0.0" />
Paket CLI
paket add CodeM.Common.Orm --version 1.0.0

2.2 数据库依赖

根据数据库连接所配置的数据库类型,需要安装相应的数据库依赖包,具体对应关系如下:

数据库库类型 依赖包
Sqlite System.Data.SQLite
Mysql MySql.Data

使用时,可根据需要添加其中的一项或多项依赖。

三、API文档

Github Docs

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 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
1.8.5 433 8/11/2022
1.8.2 377 8/2/2022
1.8.1 393 7/23/2022
1.8.0 397 7/23/2022
1.7.5 423 6/4/2022
1.7.3 415 5/28/2022
1.7.2 412 5/11/2022
1.7.1 420 5/10/2022
1.7.0 433 4/27/2022
1.6.6 438 3/18/2022
1.6.5 422 3/16/2022
1.6.1 429 3/15/2022
1.6.0 418 3/14/2022
1.5.1 420 3/10/2022
1.5.0 435 3/1/2022
1.3.0 450 2/4/2022
1.2.9 443 2/4/2022
1.2.8 286 12/4/2021
1.2.0 354 11/14/2021
1.1.23 308 11/3/2021
1.1.22 324 8/17/2021
1.1.21 317 8/13/2021
1.1.20 306 8/13/2021
1.1.19 316 8/12/2021
1.1.18 368 5/6/2021
1.1.17 312 4/25/2021
1.1.16 351 4/20/2021
1.1.15 344 4/1/2021
1.1.13 354 4/1/2021
1.1.12 399 4/1/2021
1.1.11 354 3/31/2021
1.1.10 349 3/20/2021
1.1.9 328 3/19/2021
1.1.8 317 3/19/2021
1.1.7 306 3/17/2021
1.1.6 362 3/16/2021
1.1.5 329 3/3/2021
1.1.4 338 3/2/2021
1.1.3 337 3/2/2021
1.1.1 334 2/15/2021
1.1.0 332 2/12/2021
1.0.14 340 1/27/2021
1.0.11 402 11/28/2020
1.0.10 352 11/27/2020
1.0.9 396 11/26/2020
1.0.7 393 11/24/2020
1.0.6 449 11/24/2020
1.0.5 403 11/22/2020
1.0.4 420 10/17/2020
1.0.3 391 10/12/2020
1.0.2 417 9/25/2020
1.0.1 420 9/19/2020
1.0.0 424 8/6/2020