Commit graph

4 commits

Author SHA1 Message Date
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
79f21425b1 Expanded model - added YandexRequster struct for making api requests
Upped thiserror crate version to 2.0.3
2024-11-30 04:16:21 +03:00
0999692759 Added sqlite db migrations
Removed ORM libraries in favor of sqlx
Slight model modifications
Sligh .env file modifications
2024-11-29 03:10:42 +03:00
fce7dbd6da First commit 2024-11-27 18:56:48 +03:00