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, Get-SQLiteTables, Invoke-SQLiteFill, Invoke-SQLiteTable, New-SQLiteTable, Out-SQLiteTable, Read-SQLite, Start-SQLiteTransaction, Stop-SQLiteTransaction, Write-SQLite

Set-Alias -Name Vacuum -Value Compress-SQLite
Set-Alias -Name BeginTrans -Value Start-SQLiteTransaction
Set-Alias -Name EndTrans -Value Stop-SQLiteTransaction