sergeyksv / tingodb

Embedded Node.js database upward compatible with MongoDB
www.tingodb.com
1.16k stars 105 forks source link

update to MongoDB API 4.x? #185

Open biocyberman opened 4 years ago

biocyberman commented 4 years ago

Hi I am interested in this as a lighter-than-sqlite solution. The current MongoDB 1.4 API is quite outdated therefore it is difficult to use when users are more familiar with the 4.x API of mongodb. For example, I am wondering what to use for collection.updateOne equivalent. Would it be possible to update the API?

Thanks