pub const DATABASE_NAME: &str = "post-archiver.db";Available on crate feature
utils only.Expand description
Default relative path to the SQLite database file
ยงUsage
This constant defines the default location where the post archiver will create and access its SQLite database. The path is relative to the current working directory.