Private
Public Access
1
0

kpcli: adds 'db' subcommand for interacting with the database

This commit is contained in:
2025-01-08 13:32:55 -08:00
parent 89f8d21ebb
commit 793faab721
10 changed files with 197 additions and 29 deletions

3
Cargo.lock generated
View File

@@ -702,6 +702,7 @@ dependencies = [
"chrono",
"diesel",
"diesel_migrations",
"kordophone",
"serde",
"time",
"uuid",
@@ -715,8 +716,10 @@ dependencies = [
"clap",
"dotenv",
"kordophone",
"kordophone-db",
"log",
"pretty",
"time",
"tokio",
]