Skip to content

Commit

Permalink
Open database by glob path
Browse files Browse the repository at this point in the history
  • Loading branch information
akolov committed Jan 17, 2025
1 parent c9b7914 commit 1cc07f0
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 74 deletions.
114 changes: 60 additions & 54 deletions packages/duckdb-server-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/duckdb-server-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ axum = { version = "0.8", features = ["http1", "http2", "ws", "json", "tokio", "
axum-server = { version = "0.7", features = ["tls-rustls"] }
axum-server-dual-protocol = "0.7"
clap = { version = "4.5", features = ["derive"] }
duckdb = { version = "1.1", features = ["bundled", "csv", "json", "parquet", "url", "r2d2"] }
duckdb = { version = "1.1.1", features = ["bundled", "csv", "json", "parquet", "url", "r2d2"] }
futures = "0.3"
glob = "0.3.2"
listenfd = "1.0"
lru = "0.12"
r2d2 = "0.8"
Expand Down
Loading

0 comments on commit 1cc07f0

Please sign in to comment.