-
Notifications
You must be signed in to change notification settings - Fork 0
Compress SQLite
Marco van Gaal edited this page Aug 5, 2015
·
22 revisions
Compress-SQLite
Compress a Sqlite database file
SQLiteConnection
System.String
Returns: Shrinked database with <int> MB
Author: Proxx
Web: www.Proxx.nl
Date: 10-06-2015
-------------------------- EXAMPLE 1 --------------------------
PS C:\>Compress-SQLite -Connection <SQLiteConnection>
Shrinked database with 36,65 MB
-------------------------- EXAMPLE 2 --------------------------
PS C:\><SQLiteConnection> | Compress-SQLite
Shrinked database with 36,65 MB