No description
Find a file
erius 2069d9104c Added id field to all model's structs
Implemented YandexRequester summary method (TODO: test it)
Added BotData struct that will replace the Settings struct in the future
Implemented update methods for some structs' tables in BotData (TODO: implement update_requester and new methods)
Moved migrations to root directory
Note: use sqlx-cli from cargo to manage migrations from now on
Added *.db files to .gitignore
Added serde_json to Cargo.toml to parse json in YandexRequester
2024-12-01 04:46:54 +03:00
migrations Added id field to all model's structs 2024-12-01 04:46:54 +03:00
src Added id field to all model's structs 2024-12-01 04:46:54 +03:00
.env.example Added sqlite db migrations 2024-11-29 03:10:42 +03:00
.gitignore Added id field to all model's structs 2024-12-01 04:46:54 +03:00
Cargo.lock Added id field to all model's structs 2024-12-01 04:46:54 +03:00
Cargo.toml Added id field to all model's structs 2024-12-01 04:46:54 +03:00