Skip to content

Should we deprecate this module since importing with npm:mongodb is working well with Deno? #380

Open
@erfanium

Description

@erfanium

npm:mongodb pros:

  • almost all driver features are working for me
  • maintained by mongodb inc
  • universal api style for both node and deno

cons:

  • uses node's Buffer instead of Uint8Array
  • uses node's Stream instead of async iterator and WebStream
  • is not as fast as x/mongo because uses node compat layer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions