emallard

Results 2 comments of emallard

Hi, thanks for the library ! I just had a problem with db.collection being a generator function. I worked from the native-driver page and I paste from examples : db.collection('test').insert(...

Sorry for the long post, but I think per request injection can lead to very succinct code. Even if the injection hierarchy is complex. Example: ```typescript @JsonController() export class UserController...