DBMapper 1.0.0-alpha8

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

DBMapper

Lightweight and easy-to-use ORM and other data operation tools for MySql, SQLServer, SQLite (with more to be added). You can use lambda expressions to execute Insert, Update, Delete, and Select action to data table, or to create, obtain schema information, truncate, and drop to database or data table. Support mapping of complex property types like Json and ValueObject. Support recursive query and "From-subquery". Support code-first to generate data tables and db-first to generate model, DTO, repository, and other classes.

  • Database support: MySql, Sql Server, SQLite (more will be added).
  • Programming language support: C#, VB.Net, F#.
  • .NET version support:
.NET implementation Version support
.NET and .NET Core 2.0、2.1、2.2、3.0、3.1、5.0、6.0、7.0
.NET Framework 4.6.1 2、4.6.2、4.7、4.7.1、4.7.2、4.8、4.8.1
Mono 5.4、6.4
Xamarin.iOS 10.14、12.16
Xamarin.Mac 3.8、5.16
Xamarin.Android 8.0、10.0
Universal Windows Platform 10.0.16299, TBD
Unity 2018.1

Install

Command
.NET CLI dotnet add package DBMapper
Package Manager NuGet\Install-Package DBMapper
PackageReference <PackageReference Include="DBMapper" />
Paket CLI paket add DBMapper

Build and Test

TODO: Describe and show how to build your code and run the tests.

Contribute

TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

DBMapper

适用于MySql、SQLServer、SQLite(将增加更多)的轻便、易用的ORM及其他数据操作的工具。 您可以使用 Lambda表达式对数据表执行Insert、Update、Delete 和 Select 操作,或对数据库或数据表执行创建、获取架构信息、清空、移除等操作。 支持Json和ValueObject的复杂属性类型的映射。 支持递归查询和“From子查询”。 支持code-first生成数据表与db-first生成Model、DTO和Repository类的功能。

  • 数据库支持:MySql、Sql Server、SQLite(将添加更多)。
  • 编程语言支持:C#、VB.Net、F#。
  • .NET版本支持:
.NET 实现 版本支持
.NET 和.NET Core 2.0、2.1、2.2、3.0、3.1、5.0、6.0、7.0
.NET Framework 4.6.1 2、4.6.2、4.7、4.7.1、4.7.2、4.8、4.8.1
Mono 5.4、6.4
Xamarin.iOS 10.14、12.16
Xamarin.Mac 3.8、5.16
Xamarin.Android 8.0、10.0
通用 Windows 平台 10.0.16299,待定
Unity 2018.1

安装

命令
.NET CLI dotnet add package DBMapper
Package Manager NuGet\Install-Package DBMapper
PackageReference <PackageReference Include="DBMapper" />
Paket CLI paket add DBMapper
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.  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 Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.0.0-alpha8 107 10/17/2024
1.0.0-alpha7 83 10/17/2024
1.0.0-alpha6 107 10/17/2024
1.0.0-alpha5 89 10/16/2024
1.0.0-alpha4 88 10/15/2024
1.0.0-alpha3 90 10/14/2024
1.0.0-alpha2 91 10/14/2024
1.0.0-alpha1 92 9/26/2024