Skip to content

Releases: Monirul1/mongo-db-wrapper

Updated Release

13 May 15:41
Compare
Choose a tag to compare

This release contains adding many additional functionalities that will abstract the mongo operation from the application level and allow application to interact with DB via interfaces easily

Second Release

05 May 01:22
3f5bcea
Compare
Choose a tag to compare

This release contains code cleanups

First Release

26 Mar 19:35
Compare
Choose a tag to compare

This release includes the implementation of a MongoDB wrapper class for Node.js TypeScript projects. The class provides a set of CRUD operations to interact with MongoDB, including insert, find, update, and delete. Additionally, it includes methods to connect and disconnect to a MongoDB database, and to retrieve the database client and collection instances.

First Release

26 Mar 19:28
c1daa65
Compare
Choose a tag to compare

This release includes the implementation of a MongoDB wrapper class for Node.js TypeScript projects. The class provides a set of CRUD operations to interact with MongoDB, including insert, find, update, and delete. Additionally, it includes methods to connect and disconnect to a MongoDB database, and to retrieve the database client and collection instances.