Skip to content
Marco van Gaal edited this page Aug 5, 2015 · 22 revisions

.NAME

Compress-SQLite

.SYNOPSIS

Compress a Sqlite database file

.PARAMETERS

.INPUTS

SQLiteConnection

.OUTPUTS

System.String

.NOTES

 Returns: Shrinked database with <int> MB
 
 Author: Proxx
 Web:    www.Proxx.nl 
 Date:    10-06-2015

.EXAMPLES

 -------------------------- 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

.RELATED LINKS

http://www.proxx.nl/Compress-SQLite

Clone this wiki locally