`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