Commit graph

4 commits

Author SHA1 Message Date
Erik Ogenvik
f87233cd53 Clean up code. 2018-10-30 19:35:57 +01:00
Erik Ogenvik
0fe760a003 Fixed issue with iterating over results.
Didn't work nicely with the way our SQLLite wrapper does it.
2018-06-29 12:25:42 +02:00
Erik Ogenvik
b0cf29b18d Use SQLite 3 for persistence.
Instead of storing data in Postgres we store it by default in SQLite,
using an in-process database.
This makes setup and handling much easier.
2018-05-19 21:47:24 +02:00
Erik Ogenvik
4e788e90c7 Separate out Postgres specific parts. 2018-05-16 21:48:18 +02:00