Quick.DB 6.2.8

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

Quick

Net 6 应用数据基础库,支持SqlServer、PostgreSQL、Dapper、Redis

nuget 发行包

更新说明

  • 6.2.8 2023/2/6 升级待发布

    • Npgsql 6.0.7
    • StackExchange.Redis 2.6.70
    • System.Data.SqlClient 4.8.4
    • QuickData.DBBA 更新命名
  • 6.2.7 2022/9/8

    • 修正无此数据库名的连接配置
    • 优化 Where 查询条件解析,支持自定义查询条件关键字名q
    • 优化后端 GetWhereByReq,支持键值对查询配置
    • ExecuteByProc 存储过程新增,超时参数
  • 6.2.6 2022/8/26

    • RedisBLL 修正返回空值
    • RedisHelper
      • Sort 获取SET无序集合参数增加起始位置
  • 6.2.5 2022/8/16 [里程碑]

    • 数据接口支持存储过程DBSP,命名更为 ModelType,ModelName
  • 6.2.4 2022/8/11 升级

    • Npgsql 6.0.6
    • StackExchange.Redis 2.6.48
    • Dapper 2.0.123
  • 6.2.3 2022/5/24

    • 新增 TPLAttrTableModel 数据表属性对象
    • 调整MSSQL的Table 对象的命名空间为 Model
    • MSSQL时间类型 getdate() 转为Net 类型 now
    • QuickORMSqlBLL.BindAttrResp 绑定输出规则更新
  • 6.2.2 2022/4/6

    • Quick 6.0.5
    • PageCmd 合并替代 MessageBaseModel
  • 6.2.1 2022/3/30

    • RedisHelper 去除属性组合前缀 CustomKey;
    • 修正 PageCmd 注释
  • 6.2.0 2022/3/29 重要更新

    • QuickData 优化连接池管理,减少连接数量
    • QuickDAL 去除了Open 单例模式
  • 6.1.1 2022/3/26

    • RedisConfigModel 参数 DBId 更名为 DBIndex
  • 6.1.0 2022/3/15

    • SqlParam 存储过程新增Get方法
  • 6.0.9 2022/3/7

    • ORM.Reqs 更新查询 group,order
  • 6.0.8 2022/3/7

    • ORM.Reqs 查询支持绑定 group,order
    • ORM.param 支持sql 语句值替换
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 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. 
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
6.2.8 406 2/7/2023
6.2.7 514 9/9/2022
6.2.6 518 8/29/2022
6.2.5 533 8/15/2022
6.2.4 506 8/11/2022
6.2.3 525 5/24/2022
6.2.2 698 4/7/2022
6.2.1 552 3/30/2022
6.2.0 547 3/29/2022
6.1.1 560 3/26/2022
6.1.0 532 3/21/2022
6.0.9 569 3/7/2022
6.0.8 547 3/7/2022
6.0.7 544 2/28/2022