···11+Todo's from these notes are deprecated and replaced by Issues on the codeberg repo.
-21
notes/Todo's/Client.md
···11----
22-kanban-plugin: board
33----
44-55-## New
66-77-## On wait
88-99-## Todo
1010-1111-## Started
1212-1313-## Completed
1414-1515-%% kanban:settings
1616-1717-```
1818-{"kanban-plugin":"board","list-collapse":[false,false,false,false,false]}
1919-```
2020-2121-%%
notes/Todo's/Cross-instance API's.md
This is a binary file and will not be displayed.
notes/Todo's/Server-client API's.md
This is a binary file and will not be displayed.
-23
notes/Todo's/Server.md
···11----
22-kanban-plugin: board
33----
44-55-## New
66-77-## On wait
88-99-## Todo
1010-1111-## Started
1212-1313-## Completed
1414-1515-- [ ] [[1 - Deprecate SQLite, continue with only Postgres, further solidifying Podman as a development tool for Lumina]]
1616-1717-%% kanban:settings
1818-1919-```
2020-{"kanban-plugin":"board","list-collapse":[false,false,false,false,false]}
2121-```
2222-2323-%%
-9
notes/Todo's/Server/1 - Deprecate SQLite, continue with only Postgres, further solidifying Podman as a development tool for Lumina.md
···11-✅ Implemented in PR [#2](https://git.strawmelonjuice.com/strawmelonjuice/Lumina/pulls/2)
22-In the past, I've worked with mostly SQLite because it made development easy. Since the introduction of Redis as cache,
33-Podman is always somehow involved in the development run, be it to provide the entire environment or to just run the
44-Redis Server.
55-66-There is no more real advantage of using SQLite for development, and instead it places a (relatively small) burden on
77-the developer to abstract inconsistencies away.
88-99-Which is why I decided for Lumina to stop supporting SQLite as a whole.