tingodb icon indicating copy to clipboard operation
tingodb copied to clipboard

Equivalent Native MongoDB version

Open colinbes opened this issue 8 years ago • 3 comments

What version of MongoDB Node.JS Driver does tingodb adhere to?

I see newer functions like deleteone and deletemany are not in tingo so I assume it's 1.4.35 or there abouts?

colinbes avatar May 09 '16 18:05 colinbes

Mongodb driver guys made changes into api in minor releases. So API is compatible until some version 2.0.xx. But I not sure about this xx, so easer to think that is is 1.4.x. Sometime they change same API multiple times and we waiting for some stabilization to make fascade compatible with 2.1.x+. 2.0.x will likely be ignored.

sergeyksv avatar May 10 '16 11:05 sergeyksv

Fully understood, thanks.

colinbes avatar May 10 '16 12:05 colinbes

I'll provide a proper compatibility layer if needed for tungus #15 impl and/or push some changes for tingo.

yuriy-yarosh avatar Mar 24 '18 14:03 yuriy-yarosh