-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPSSQLTools.psd1
More file actions
27 lines (26 loc) · 1.57 KB
/
Copy pathPSSQLTools.psd1
File metadata and controls
27 lines (26 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Module manifest for module 'Write-ToSQLTable'
#
# Generated by: gwhitson
#
# Generated on: 12/18/2023
#
@{
RootModule = 'PSSQLTools.psm1'
ModuleVersion = '1.0.1'
GUID = '50e7a05e-8366-4396-8cc5-f0c1f735deab'
Author = 'Gavin Whitson'
CompanyName = 'Gavin Whitson'
Copyright = '(c) 2023 gwhitson. All rights reserved.'
Description = 'Collection of functions for streamlining SQL Database interactions'
FunctionsToExport = @("Write-ToSQLTable", "Read-FromSQLTable", "New-SQLTable", "Execute-SQLQuery")
CmdletsToExport = @()
VariablesToExport = '*'
AliasesToExport = @()
PrivateData = @{
PSData = @{
Tags = 'Windows', 'SQL'
ProjectURI = 'https://github.com/gwhitson/PSSQLTools'
}
}
}