Christopher Williams
35a2cd0606
Refactor the sqlite database to only ever have one connection
...
- Only allow one sqlite connection by using a static sqlite connection
- Remove the Database() constructor from lua. Access the database from
the global db object
2024-10-07 17:44:48 -04:00
Christopher Williams
b81a3310e8
Add godot lua script
2024-09-26 19:46:31 -04:00
Christopher Williams
a0190a6056
Support executing routes when the scheduled time arrives
2024-09-22 11:09:34 -04:00
Christopher Williams
94bb76c294
Replace http server with warp
...
- Add initial task scheduler to execute the lua scripts in the
background
2024-09-22 00:06:42 -04:00
Christopher Williams
49c47ebfd7
Allow lua to be able to get and modify any field
2024-09-16 21:35:11 -04:00
Christopher Williams
fc8dd690c1
Able to modify rss and html trees
2024-09-16 19:12:27 -04:00