fastify / fastify-mongodb

Fastify MongoDB connection plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript support + option for appending db connection to request object

gustawdaniel opened this issue · comments

When I type this.mongo I see typescript error. I propose to document how to fix it.

I propose also add flag in config that allow for appending connection object to request parameter.

fastify/fastify#1417

When I type this.mongo I see typescript error. I propose to document how to fix it.

Can you create a reproducible example? The types seem ok.

Now I see that it could be connected with circular import in my project. I am closing this issue and will reopen If create reproducible example. Thanks.