ReallySimpleDatabase
ReallySimpleDatabase copied to clipboard
Use module-specific names
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 custom typename is Database which is very generic and potentially a conflict. Something like SimpleDatabase or rsdDatabase would make it very clear. The same applies to Get-Database. Get-SimpleDatabase makes it clearer.