Sql.psd1
|
@{ DefaultCommandPrefix = "Sql" ModuleVersion = "0.7.0" PowerShellVersion = "7.5" RootModule = "bin/Belin.Sql.dll" Author = "Cédric Belin <cedx@outlook.com>" CompanyName = "Cedric-Belin.fr" Copyright = "© Cédric Belin" Description = "A simple micro-ORM supporting MySQL, PostgreSQL, SQL Server and SQLite." GUID = "d2b1c123-e1bc-4cca-84c5-af102244e3c5" AliasesToExport = @() FunctionsToExport = @() VariablesToExport = @() CmdletsToExport = @( "Close-Connection" "Get-First" "Get-Scalar" "Get-Single" "Get-Version" "Invoke-NonQuery" "Invoke-Query" "Invoke-Reader" "New-Command" "New-Connection" "New-DataMapper" "New-Parameter" ) PrivateData = @{ PSData = @{ LicenseUri = "https://github.com/cedx/sql.ps1/blob/main/License.md" ProjectUri = "https://github.com/cedx/sql.ps1" ReleaseNotes = "https://github.com/cedx/sql.ps1/releases" Tags = "ado.net", "client", "database", "orm", "query", "sql" } } } |