[Question] How AppFlowy is using Postgres ? #253
-
Hello, I can see here https://github.com/AppFlowy-IO/appflowy/blob/main/backend/src/config/configuration.rs appflowy seems to be using Postgres but when I open the app I do not see it installs any Postgres server. So I would really appreciate if you can explain how appflowy is using Postgres under the hood without installing the psql server at all. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @khanakia, at this moment, v 0.0.2 is not using Postgres, as it only supports offline. We are developing an online version (v 0.0.4), which will enable the frontend (desktop application) to communicate with the backend that uses Postgres. |
Beta Was this translation helpful? Give feedback.
-
@appflowy so are you using Sqlite as database ? |
Beta Was this translation helpful? Give feedback.
-
@khanakia Yes. You can checkout the frontend/rust-lib/flowy-database crate. |
Beta Was this translation helpful? Give feedback.
Hi @khanakia, at this moment, v 0.0.2 is not using Postgres, as it only supports offline. We are developing an online version (v 0.0.4), which will enable the frontend (desktop application) to communicate with the backend that uses Postgres.