Initial model + some various changes
This commit is contained in:
parent
a080d19cb9
commit
108476e355
17 changed files with 1070 additions and 1286 deletions
|
|
@ -1,3 +1,4 @@
|
|||
pub static FILE_CONF: &str = "conf.ron";
|
||||
pub static DB_DIRECTORY: &str = "data";
|
||||
pub static DB_FILENAME: &str = "recipes.sqlite";
|
||||
pub const FILE_CONF: &str = "conf.ron";
|
||||
pub const DB_DIRECTORY: &str = "data";
|
||||
pub const DB_FILENAME: &str = "data/recipes.sqlite";
|
||||
pub const SQL_FILENAME: &str = "sql/version_{VERSION}.sql";
|
||||
Loading…
Add table
Add a link
Reference in a new issue