Skip to content

Commit

Permalink
Add MongoStorage to GlueSQL Rust pkg (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
panarch authored Oct 27, 2024
1 parent 5c834c1 commit d6e83d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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 pkg/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gluesql-csv-storage = { workspace = true, optional = true }
gluesql-composite-storage = { workspace = true, optional = true }
gluesql-web-storage = { workspace = true, optional = true }
gluesql-idb-storage = { workspace = true, optional = true }
gluesql-mongo-storage = { workspace = true, optional = true }
gluesql-redis-storage = { workspace = true, optional = true }
gluesql-parquet-storage = { workspace = true, optional = true }
gluesql-file-storage = { workspace = true, optional = true }
Expand All @@ -46,6 +47,7 @@ default = [
"gluesql-parquet-storage",
"gluesql-csv-storage",
"gluesql-composite-storage",
"gluesql-mongo-storage",
"gluesql-redis-storage",
"gluesql-file-storage",
"gluesql-git-storage",
Expand Down

0 comments on commit d6e83d0

Please sign in to comment.