文件名称:LinqPad Driver for LiteDB 驱动及源码
文件大小:7.35MB
文件格式:ZIP
更新时间:2022-06-13 13:01:35
LiteDB LinqPad Linq
LinqPad driver for LiteDB (LinqPad中的动态驱动) 可操作测试 LiteDB NoSQL ,并且提供了驱动C#代码
LiteDbPad is a Dynamic driver for LinqPad. I've tested it in LinqPad 4.x but should work with version 5 just fine.
To install or update LiteDbPad:
1) Download LiteDBPad.lpx
2) in LinqPad Add Connection->More Drivers->Browse to LPX file
Once installed, you should be able to select the driver in the Add Connection dialog.
LiteDbPad can open LiteDB 4.0+ files and let you specify some connection string properties like Password etc.
Query database with expressions like
```c#