AFFiNE
AFFiNE copied to clipboard
Reduce external dependencies with self-hosting
Description
Can I use sqlite
instead of Postgre
or redis
in self-hosting? In some cases, I don't want to rely on external components and don't have particularly high requirements for performance. It's a bit like gitea, I can choose not to use MySQL
and PostgreSQL
.
https://docs.gitea.com/installation/install-with-docker-rootless#basics
Are you willing to submit a PR?
- [ ] Yes I'd like to help by submitting a PR!