Files
logseq/src/main/frontend/persist_db
Tienson Qin de88511bda chore: remove nfs support
Assets will be stored in IndexedDB through memory fs on web.
2025-05-13 18:40:58 +08:00
..
2025-05-13 18:40:58 +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.