Starting from 1.5.0-beta.1, you are able to use database drivers! This means you can use MongoDB, MySQL, etc for your storage needs. This will store everything that needs to be persistent. (Feeds are stored separately)
Because we use Keyv, you are able to set your database driver to anything Keyv supports.The list of options are available at https://www.npmjs.com/package/keyv but we will provide the two most common ones in this guide.
The default storage adapter (the type of storage) is SQLite which will store your data in a file, if you use Git then this file will most likely be overwritten when you make an update to your files.