litedb:编写NoSQL Python数据库以提高易用性
2023-01-12 11:30:11 282KB json database nosql python3
1
LiteDB包装器 使用更简单方法 如何 添加为参考 using LiteDB . Wrapper ; using LiteDB . Wrapper . Interface ; 创建集合参考 ICollectionRef < YourModel> reference = new CollectionReference < YourModel>( " mydatabase.db " , " my_collection " ); 可用方法 Insert ( T ) Insert ( IList < T> ) Update ( T ) Update ( IList < T> ) Remove ( Guid ) Remove ( IList < Guid> ) Commit () Get ( Guid ) GetPaged ( PageOptions , SortOptions ) 这是一个示例用法 ICollectionRef < Model> reference = new CollectionReference < Model>( litedbloc , " in
2023-01-03 14:54:51 35KB wrapper nosql nuget litedb
1
WinUI(WindowsAppSDK)使用LiteDB做个女演员图鉴.doc
2022-07-08 18:07:13 3.77MB 技术资料
LiteDbExplorer,是一个小型,快速和轻量级的NoSQL嵌入式数据库的图形界面工具。 查看和编辑现有文档 向数据库添加新项目,包括文件 预览文件(图像和文本文件) 导出数据库文档(作为JSON)和文件 更改受保护数据库中的密码 缩小数据库 同时打开多个数据库
2022-05-24 11:47:09 1.54MB litedb 数据库
1
ZedGraph的动态链接文件,将其导入到C#项目下面,即可使用图表控件ZedGraphControl
2021-12-17 13:07:13 347KB ZedGraph C# 图表
1