-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGetSQL.psd1
More file actions
18 lines (18 loc) · 779 Bytes
/
GetSQL.psd1
File metadata and controls
18 lines (18 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@{ # This GUID was generated on 16 August 2011
GUID = "{8b883169-bbd6-42bd-9121-6fdbaa5ded60}"
Description = "Support for querying SQL Server, SQlite and ODBC sources."
Author = "James O'Neill"
Copyright = "James O'Neill 2024"
ModuleVersion = "1.4.1.1"
NestedModules = "Get-SQL.ps1",
"ArgumentCompleters.ps1"
FormatsToProcess = "odbcObject.Format.ps1xml"
PowerShellVersion = "3.0"
PrivateData = @{
PSData = @{
Tags = 'SQL','SQlite','SQLServer','MySql','Access','Excel','Database','Query'
LicenseUri = 'https://opensource.org/licenses/MIT'
ProjectUri = 'https://github.com/jhoneill/GetSQL'
}
}
}