mongo icon indicating copy to clipboard operation
mongo copied to clipboard

support readPreference/readPreferenceTags ?

Open bardouni opened this issue 3 years ago • 5 comments

Looks like readPreference and readPreferenceTags options are totally ignored Is there any workaround for it ?

bardouni avatar Aug 22 '22 12:08 bardouni

+1 this is also something we're struggling with. @bardouni did you find any workaround?

nathanclevenger avatar Jan 17 '23 21:01 nathanclevenger

@nathanclevenger you can import from npm:mongodb. try it this project has no maintainer currently

erfanium avatar Jan 17 '23 21:01 erfanium

Thanks @erfanium ... I can use npm:mongodb for self-hosted Deno, but we're currently using Deno deploy and it's not supported ... I might have to try spinning up Deno containers on Cloud Run so we can use npm:mongodb

nathanclevenger avatar Jan 17 '23 22:01 nathanclevenger

Can't you use a cdn like esm.sh?

lucsoft avatar Jan 18 '23 06:01 lucsoft

+1 this is also something we're struggling with. @bardouni did you find any workaround?

Not really, I was just experimenting at that time to see if this would work for new ideas

bardouni avatar Jan 18 '23 10:01 bardouni