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 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?
Considering PowerShell’s great support for scripting .NET, how about using an ADO.NET DataSet.