pub const DB_FILE_NAME: &str = "kasl.db";Expand description
Standard filename for the SQLite database file.
This constant ensures consistency across the application when referencing the database file. The name is designed to be:
- Descriptive: Clearly identifies the application and purpose
- Platform Safe: Compatible with all target operating systems
- Version Neutral: Suitable for use across application versions