Change to mysql, add extra fields, add changebale interval

This commit is contained in:
2026-08-28 10:52:56 +03:00
parent 6395a8e672
commit ac6f935239
8 changed files with 481 additions and 56 deletions

View File

@@ -12,8 +12,9 @@ anyhow = "1.0.103"
camino = { version = "1.2.4", features = ["serde1"] }
chrono = "0.4.45"
clap = { version = "4.6.1", features = ["derive"] }
diesel = { version = "2.3.12", features = ["chrono", "postgres"] }
diesel = { version = "2.3.12", features = ["chrono", "postgres", "mysql"] }
diesel_migrations = "2.3.2"
mysqlclient-sys = { version = "0.5", features = ["bundled"] }
env_logger = "0.11.11"
futures = "0.3.34"
lazy_static = "1.5.0"
@@ -26,3 +27,4 @@ serde_json = "1.0.150"
tabled = { version = "0.21.0", features = ["ansi"] }
tokio = { version = "1.52.3", features = ["full"] }
toml = "1.1.2"
humantime = "2.4.0"