TorPaste
TorPaste copied to clipboard
Add SQLite backend
This pull request adds a storage backend based on SQLite. See #15
The approach should be pretty easily portable to other DB-API-2.0 compatible connectors like Postgres or MySQL.
Should be merged after #66 so that unrelated lint errors are fixed.
Pair-programmed with @c-w