Commit graph

3 commits

Author SHA1 Message Date
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
0d26f7e24e Wait a little when emitting change events.
To batch up multiple events for the same file.
2018-04-27 23:12:15 +02:00
Erik Ogenvik
283733225f Added assets manager with file observation.
Initial code for a manager which automatically reload assets, rules and
scripts.
2018-04-25 20:15:29 +02:00