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

layout: page title: Compress-SQLite description: "Compress-SQLite" image: feature: abstract-11.jpg credit: dargadgetz creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/ share: true ads: true

.NAME

Compress-SQLite

.SYNOPSIS

Compress a Sqlite database file

.PARAMETERS

{% highlight shell-session %}
{% endhighlight %}

.INPUTS

SQLiteConnection

.OUTPUTS

System.String

.NOTES

{% highlight shell-session %}
Returns: Shrinked database with MB

Author: Proxx
Web:    www.Proxx.nl 
Date:    10-06-2015

{% endhighlight %}

.EXAMPLES

{% highlight shell-session %}
-------------------------- EXAMPLE 1 --------------------------

PS C:>Compress-SQLite -Connection

Shrinked database with 36,65 MB

-------------------------- EXAMPLE 2 --------------------------

PS C:> | Compress-SQLite

Shrinked database with 36,65 MB

{% endhighlight %}

.RELATED LINKS

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

[^1]: Used to generate absolute URLs in eed.xml, and for canonical URLs in head.html. Don't include a trailing / in your base url ie: http://mademistakes.com. When developing locally I suggest using http://localhost:4000 or whatever localhost you're using to properly load all theme stylesheets, scripts, and image assets. If you leave this variable blank all links will resolve correctly except those pointing to home. [^2]: If you're using GitHub Pages to host your site be aware that plugins are disabled. So you'll need to build your site locally and then manually deploy if you want to use this sweet plugin.

Clone this wiki locally