ReallySimpleDatabase
ReallySimpleDatabase copied to clipboard
Home of the PowerShell module ReallySimpleDatabase to work with SQLite databases
Your module is still in its beginning stages. I encourage you to use type and command names that are specific to the module and not so generic. For example, your...
Because `Import-Database` will change the state of the database file. It should support -WhatIf.
I haven't dug deeply into the code but here is a problem. I have a very small and simple test database that doesn't like your query method. ```powershell PS C:\>...
I think the filesize property should be a raw integer and not a formatted string. You take away the user's option to format the value however they want.
Please add details on how to build or acquire the binaries from authoritative sources so people can be sure they haven't been modified.