1. Home
  2. Data and Storage
  3. Where does Chronos Planner store my data, and how can I extract it?

Where does Chronos Planner store my data, and how can I extract it?

Chronos Planner uses a local storage database called SQLite for all of your task and event information. SQLite is used by millions of applications, and is actively used by well-known companies like Adobe, Apple, and Google.

All of your task and event data are stored in a SQLite database named db.sqlite3 under this location: /Users/<YOUR USERNAME>/Library/Containers/com.boscapps.chronosplanner/Data/Applications

We recommend using a database management tool, like TablePlus, for opening and viewing SQLite files. There are also many free and open source alternatives that you can use as well. Using these tools, you’ll be able to directly query, update or export your content into an appropriate format.

Before modifying your data, we strongly recommend backing up your SQLite database by simply duplicating the db.sqlite3 file with a different filename. Changes made directly to the original database may not be reversible and you could lose your task and event information.

Updated on July 10, 2022

Was this article helpful?

Related Articles