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.
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
Databasewhich is very generic and potentially a conflict. Something likeSimpleDatabaseorrsdDatabasewould make it very clear. The same applies toGet-Database.Get-SimpleDatabasemakes it clearer.