Skip to content

Commit

Permalink
Update sql strings with sea_query sql statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalesh0406 committed Oct 24, 2023
1 parent 4c76093 commit 6cb8525
Show file tree
Hide file tree
Showing 5 changed files with 460 additions and 175 deletions.
46 changes: 46 additions & 0 deletions quickwit/Cargo.lock

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

2 changes: 2 additions & 0 deletions quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
] }
rust-embed = "6.8.1"
sea-query = { version = "0" }
sea-query-binder = { version = "0", features = ["sqlx-postgres", "runtime-tokio-rustls",] }
serde = { version = "= 1.0.171", features = ["derive", "rc"] }
serde_json = "1.0"
serde_qs = { version = "0.12", features = ["warp"] }
Expand Down
2 changes: 2 additions & 0 deletions quickwit/quickwit-metastore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ serde = { workspace = true }
serde_json = { workspace = true }
serde_with = { workspace = true }
sqlx = { workspace = true, optional = true }
sea-query = { workspace = true }
sea-query-binder = { workspace = true }
tempfile = { workspace = true, optional = true }
thiserror = { workspace = true }
time = { workspace = true }
Expand Down
Loading

0 comments on commit 6cb8525

Please sign in to comment.