Overview
Let users use SQLite instead of MySQL for data storage.
Background
This furthers our goals of being a self-contained, easy-to-deploy platform.
Implementation
I believe we can just import _ "github.com/mattn/go-sqlite3" and change our current sql.Open(...) call to sql.Open("sqlite3", "./writefreely.db")