Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add write functionality #2

Open
universalmind303 opened this issue Aug 21, 2022 · 0 comments
Open

Add write functionality #2

universalmind303 opened this issue Aug 21, 2022 · 0 comments

Comments

@universalmind303
Copy link
Owner

create a MongoCollectionWriter similar to the other structs that impl polars SerWriter

Something roughly like this..

MongoCollectionWriter::new(client)
  .database("my_database")
  .collection("my_collection")
  .write_mode("append" | "truncate")
  .finish(&mut df);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant