pub fn default_sqlite_path() -> String
Returns the platform-appropriate default path for the SQLite database.
SQLite
let path = zeph_config::default_sqlite_path(); assert!(path.ends_with("zeph.db"));