.net / PowerShell的良好内存数据库? [英] Good in-memory database for .net/PowerShell?

查看:83
本文介绍了.net / PowerShell的良好内存数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我有一个处理状态信息的脚本,该脚本可以存储在变量中,状态信息稍微复杂一点,那么小型内存数据库的最佳选择是什么?

If I have a script that handles state information that's a bit more complex that can be stored in variables, what's the best option for a small in-memory database?

Sqlite是一个选项,尽管那将是一个外部依赖关系。 XML也许可以,尽管它是非关系的。

Sqlite is an option, though that would be an external dependency. XML might do, though it's non-relational.

在用于此工作的工具上是否有共识?

Is there any consensus on a tool for this job?

推荐答案

考虑到PowerShell对.NET脚本的强大支持,如何使用 ADO.NET 数据集

Considering PowerShell's great support for scripting .NET, how about using an ADO.NET DataSet.

这篇关于.net / PowerShell的良好内存数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆