-
Notifications
You must be signed in to change notification settings - Fork 0
Compress SQLite
Marco van Gaal edited this page May 8, 2015
·
22 revisions
Compress-SQLite
Compress a Sqlite database file
-Connection
Required? true Position? 1 Default value Accept pipeline input? true (ByValue) Accept wildcard characters? false
SQLiteConnection
System.String
-------------------------- EXAMPLE 1 -------------------------- PS C:\>Compress-SQLite -Connection <SQLiteConnection> -------------------------- EXAMPLE 2 -------------------------- PS C:\><SQLiteConnection> | Compress-SQLite