Skip to content

Commit e723d1d

Browse files
authored
Merge pull request #276 from supabase/rs/remove-dbdev-cli
chore: deprecate in-db client and enhance `dbdev add` command
2 parents e361804 + de21166 commit e723d1d

21 files changed

+592
-263
lines changed

cli/Cargo.lock

Lines changed: 95 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ clap = { version = "4.5.42", features = ["derive"] }
1212
dirs = "6.0.0"
1313
futures = "0.3"
1414
postgrest = "1.5.0"
15+
rand = "0.9.2"
1516
regex = "1.11"
1617
reqwest = { version = "0.12.9", features = ["json", "native-tls-vendored"] }
1718
rpassword = "7.4.0"
@@ -23,6 +24,7 @@ sqlx = { version = "0.8.6", features = [
2324
"uuid",
2425
"runtime-tokio-rustls",
2526
] }
27+
tempfile = "3.20.0"
2628
thiserror = "2.0.12"
2729
tokio = { version = "1", features = ["full"] }
2830
toml = { version = "0.9.4", features = ["preserve_order"] }

0 commit comments

Comments
 (0)