Proxx.SQLite.psm1
# # Module 'Proxx.SQLite' # # Generated by: Marco van Gaal # Generated on: 10-2-2015 # # Website: www.proxx.nl # Resolve-Path -Path $PSScriptRoot\*.ps1 | ForEach-Object { . $_.ProviderPath } Export-ModuleMember -Function Compress-SQLite, Connect-SQLite, Convert-SQLiteType, Disconnect-SQLite, Invoke-SQLiteFill, Invoke-SQLiteTable, New-SQLiteTable, Out-SQLiteTable, Read-SQLite, Write-SQLite |