Commit Graph

5 Commits

Author SHA1 Message Date
c68d82c385 Simplify providing layout component in page 2024-07-27 12:28:45 -07:00
9b057ae87e Remove unused Page properties 2024-07-27 12:17:30 -07:00
792707cd70 Convert cache page to Templ 2024-07-17 20:10:04 -07:00
d08f5f55aa Rename package 2024-07-09 17:57:25 -07:00
Mike Stefanello
62c53a6b4d
Default to SQLite rather than Postgres & Redis (#72)
* Initial rough draft switch to sqlite.

* Rewrote cache implemenation.

* Provide typed tasks.

* Task cleanup.

* Use same db for tasks.

* Provide task queue registration and service container injection.

* Added optional delay to tasks. Pool buffers when encoding.

* Added tests for the task client and runner.

* Added handler examples for caching and tasks.

* Cleanup and documentation.

* Use make in workflow.

* Updated documentation.

* Updated documentation.
2024-06-22 10:34:26 -04:00