Database Storage
Database storage mode is an alternative option for those who want to store generated data directly on their Datalus database. The generated data is stored as a Gzipped Base64 blob. This mode is generally not recommended as databases are not built to store blob files effectively like a dedicated blobstore like.
To set this up, simply make sure the following configuration fields are present in your datalus.conf
file.
STORAGE_MODE=db
Restart your API server and generated data will now be stored in your Database.