If this package is a thin wrapper for the official mongodb driver (which is now supported by cf workerd) then how is this “lighter” then the original drivers? the mongodb node modules are still loaded into the worker runtime no? i get the TS support which is great, but doesn’t the official package also have types?
When you say 27kb, it is still importing mongodb (1mb), so you mean its 1m + 27kb.