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

support tls connection #164

Merged
merged 24 commits into from
Jan 13, 2021
Merged

support tls connection #164

merged 24 commits into from
Jan 13, 2021

Conversation

hviana
Copy link
Contributor

@hviana hviana commented Jan 11, 2021

No description provided.

@hviana
Copy link
Contributor Author

hviana commented Jan 11, 2021

New feature finished. No more commits

src/client.ts Outdated
@@ -21,10 +21,20 @@ export class MongoClient {
if (typeof options === "string") {
options = parse(options);
}
const conn = await Deno.connect({
var conn;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not use any at will. Don't use var

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Fixed.

@hviana
Copy link
Contributor Author

hviana commented Jan 12, 2021

The new feature is ok, and the new url parser is much more generic and powerful. I finish my commits. You can Merge If you want.

@hviana
Copy link
Contributor Author

hviana commented Jan 12, 2021

Also has minor fixes.

@manyuanrong manyuanrong merged commit 2c566c8 into denodrivers:refactor Jan 13, 2021
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

Successfully merging this pull request may close these issues.

2 participants