zhouzhangwen
-
- 22,651 total downloads
- last updated 10/25/2024
- Latest version: 1.8.4
这是一个LiteDB的二次封装,可以很方便的增删改查,无需提前建库,建表,安装就能快速上手使用。 用惯了SQL的开发人员,一下使用NOSQL,可能不太适应,所以本库支持SQL语句增删改查,到达SQL语句对LiteDB进行数据操作。 详细使用请见包自述文件 或https://www.cnblogs.com/zzwen/p/17351036.html This is a secondary package of... More information -
DbCRUD
by: zhouzhangwen- 19,882 total downloads
- last updated 6/24/2024
- Latest version: 1.6.1
Package Description -
- 11,620 total downloads
- last updated 11/11/2024
- Latest version: 2.5.0
此类库非常简单方便对MongoDB进行增删改查。 1. 支持类SQL语句的CRUD -- 查询 时间范围:"DDATE>='2023-06-05 09:12:24' and DDATE<='2023-06-05 10:00:00'" IN:Qty in(200,300) Like:"Name like'%odb%'" 正则表达式:"Name reg'^Batch'"... More information -
- 3,080 total downloads
- last updated 6/24/2024
- Latest version: 1.7.1
这是操作MySQL简单的增删改查库。 1. 自动建库,建表,建字段,省去建表精力。 2. 支持对象,Json数据保存,实现像NOSQL一样的复杂数据增删改查。 详细使用请见包自述文件 # Key-Value操作,常用于配置信息 string key = "test"; var v = DateTime.Now; //保存 var result = testdb.SaveKeyValue(key, v);... More information -
- 2,147 total downloads
- last updated 6/24/2024
- Latest version: 1.4.1
这是操作SqLite简单的增删改查库。 1. 自动建库,建表,建字段,省去建表精力。 2. 支持对象,Json数据保存,实现像NOSQL一样的复杂 详细使用请见包自述文件 This is a simple addition, deletion and modification library for operating SqLite. 1. Automatic library building, table... More information -
- 1,783 total downloads
- last updated 6/24/2024
- Latest version: 1.3.1
这是操作SQL SERVER简单的增删改查库。 1. 自动建库,建表,建字段,省去建表精力。 2. 支持对象,Json数据保存,实现像NOSQL一样的复杂数据增删改查。 详细使用请见包自述文件 This is a simple addition, deletion and modification library for operating SqLite. 1. Automatic library building,... More information -
- 893 total downloads
- last updated 6/26/2024
- Latest version: 1.1.1
简单的ElasticSearch增删改查 简写查询 【日期范围查询】。 var date_result = testdb.GetPagingDataAndResult<Dictionary<string, object>>(dictable, "DDATE>='2023-06-05 09:12:24' AND DDATE<='2023-06-05 13:28:48'", sort: "!DDATE",... More information