Skip to content

Instantly share code, notes, and snippets.

@gdhuper
Created April 22, 2020 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdhuper/e4716c7937af606edea273081e4e63b6 to your computer and use it in GitHub Desktop.
Save gdhuper/e4716c7937af606edea273081e4e63b6 to your computer and use it in GitHub Desktop.
cosmos-rust-getting-started-connection-string
fn main() -> Result<(), Error> {
let db_name = "rust-cosmos-demo";
let collection_name = "tasks";
let connection_string = "cosmos-connection-string";
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment