DbCRUD.LiteDB
1.2.1
See the version list below for details.
dotnet add package DbCRUD.LiteDB --version 1.2.1
NuGet\Install-Package DbCRUD.LiteDB -Version 1.2.1
<PackageReference Include="DbCRUD.LiteDB" Version="1.2.1" />
paket add DbCRUD.LiteDB --version 1.2.1
#r "nuget: DbCRUD.LiteDB, 1.2.1"
// Install DbCRUD.LiteDB as a Cake Addin #addin nuget:?package=DbCRUD.LiteDB&version=1.2.1 // Install DbCRUD.LiteDB as a Cake Tool #tool nuget:?package=DbCRUD.LiteDB&version=1.2.1
这是一个LiteDB的二次封装,可以很方便的增删改查,无需提前建库,建表,安装就能快速上手使用。
用惯了SQL的开发人员,一下使用NOSQL,可能不太适应,所以本库支持SQL语句增删改查,到达SQL语句对LiteDB进行数据操作。
详细使用请见 https://gitee.com/lzcode/db-crud.git
This is a secondary package of LiteDB, can be very convenient to add, delete, modify and check, no need to build libraries in advance, build tables, installation can quickly start to use.
Developers who are used to SQL may not be comfortable with NOSQL, so this library supports SQL statements to add, delete, modify and check, arrive at SQL statements for data operations on LiteDB
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. 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 is compatible. 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 | 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 is compatible. |
.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. |
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.2 | 91 | 6/24/2024 |
1.8.1 | 126 | 4/27/2024 |
1.8.0 | 107 | 4/8/2024 |
1.7.4 | 108 | 4/6/2024 |
1.7.3 | 130 | 3/22/2024 |
1.7.2 | 126 | 3/21/2024 |
1.7.1 | 596 | 11/13/2023 |
1.7.0 | 473 | 11/10/2023 |
1.6.9 | 515 | 10/31/2023 |
1.6.8 | 602 | 9/3/2023 |
1.6.7 | 615 | 8/27/2023 |
1.6.6 | 727 | 8/4/2023 |
1.6.5 | 739 | 7/31/2023 |
1.6.4 | 682 | 7/27/2023 |
1.6.3 | 703 | 7/24/2023 |
1.6.2 | 717 | 7/23/2023 |
1.6.1 | 744 | 7/20/2023 |
1.6.0 | 720 | 7/14/2023 |
1.5.9 | 750 | 7/9/2023 |
1.5.8 | 708 | 7/7/2023 |
1.5.7 | 744 | 7/6/2023 |
1.5.6 | 757 | 6/26/2023 |
1.5.5 | 741 | 6/18/2023 |
1.5.4 | 723 | 6/13/2023 |
1.5.3 | 704 | 6/11/2023 |
1.5.1 | 722 | 6/9/2023 |
1.5.0 | 747 | 6/8/2023 |
1.4.0 | 731 | 6/6/2023 |
1.3.0 | 726 | 5/14/2023 |
1.2.4 | 766 | 5/11/2023 |
1.2.3 | 751 | 5/10/2023 |
1.2.2 | 725 | 5/8/2023 |
1.2.1 | 748 | 5/7/2023 |
1.2.0 | 733 | 5/6/2023 |
1.1.0 | 712 | 5/4/2023 |
1.0.0 | 733 | 4/25/2023 |
LiteDbCRUD增加sql语句方式删除,更新,查询数据
优化更新