saasitone/pkg
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
..
context Removed echo-contrib dependency. 2024-06-15 16:56:47 -04:00
form Default to SQLite rather than Postgres & Redis (#72) 2024-06-22 10:34:26 -04:00
funcmap Improve form and template usage (#66) 2024-06-14 12:35:35 -04:00
handlers Default to SQLite rather than Postgres & Redis (#72) 2024-06-22 10:34:26 -04:00
htmx Reorganized directories and packages. 2022-11-02 19:23:26 -04:00
log Log request URI rather than path. 2024-06-19 09:32:22 -04:00
middleware Default to SQLite rather than Postgres & Redis (#72) 2024-06-22 10:34:26 -04:00
msg Removed echo-contrib dependency. 2024-06-15 16:56:47 -04:00
page Move controller to the template renderer (#68) 2024-06-15 15:34:24 -04:00
redirect Added redirect package. 2024-06-16 11:30:11 -04:00
services Default to SQLite rather than Postgres & Redis (#72) 2024-06-22 10:34:26 -04:00
session Removed echo-contrib dependency. 2024-06-15 16:56:47 -04:00
tasks Default to SQLite rather than Postgres & Redis (#72) 2024-06-22 10:34:26 -04:00
tests Removed echo-contrib dependency. 2024-06-15 16:56:47 -04:00