From 1e09aa1455801436d921594d7bff5a81c3837d88 Mon Sep 17 00:00:00 2001 From: Tine Date: Thu, 15 Feb 2024 12:24:35 +0100 Subject: [PATCH] docs: roadmap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11470cc..32df343 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Mostly just a project to test [temporal.io](https://temporal.io/). ### Roadmap - [x] SSO Support for authentication. - - [ ] SQLite for database. + - [x] SQLite for database. - This means for main app db as well as temporal db. - [ ] Single binary. - One binary to run worker, server and temporal all together.