Commit graph

2 commits

Author SHA1 Message Date
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