Some checks failed
Release / build (windows-latest) (push) Has been cancelled
Each profile gets its own SQLite database file for complete data isolation. Profile selection screen at launch, sidebar switcher for quick switching, and optional 4-6 digit PIN for privacy. Existing database becomes the default profile with seamless upgrade. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
203 B
Rust
3 lines
203 B
Rust
pub const SCHEMA: &str = include_str!("schema.sql");
|
|
pub const SEED_CATEGORIES: &str = include_str!("seed_categories.sql");
|
|
pub const CONSOLIDATED_SCHEMA: &str = include_str!("consolidated_schema.sql");
|