mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00: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.