Files
logseq/src/main/frontend/persist_db
2023-12-07 23:15:04 +08:00
..
2023-12-07 23:15:04 +08:00
2023-12-07 23:15:04 +08:00

frontend.persist-db

frontend.persist-db is a simple interface to persist a graph database to a storage. It is used by the frontend to persist the graph database to a file.

Unlike frontend.db which is an in-memory database, frontend.persist-db is a persistent database. It is used to persist the graph database to a file or some other type of persistent storage.