Info
Version: | 1.0.5.2 |
Author(s): | cnzhnet(巽翎君) |
Last Update: | Friday, March 18, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cnzhnet/Wunion.DataAdapter |
NuGet Url: | https://www.nuget.org/packages/Wunion.DataAdapter.NetCore.SQLite3 |
Install
Install-Package Wunion.DataAdapter.NetCore.SQLite3
dotnet add package Wunion.DataAdapter.NetCore.SQLite3
paket add Wunion.DataAdapter.NetCore.SQLite3
Wunion.DataAdapter.NetCore.SQLite3 Download (Unzip the "nupkg" after downloading)
Dependencies
- Wunion.DataAdapter.NetCore(>= 1.0.4.1)
- Microsoft.Data.Sqlite(>= 2.0.0)
PostgreSQL database support package for Wunion.DataAdapter
1.
修复删除表时自增长序列未清零的问题.
Fix the bug that the auto-increment is not cleared when the table is deleted.