Skip to content

Update Mongoose API Methods currently used for Database Queries #149

@dmahajan980

Description

@dmahajan980

Most of the Mongoose API methods such as find(), remove() which are currently used inside of the Registry's route handlers are deprecated, as shown in the terminal when some of the endpoints are being called:

dep

We can use the newer methods available in the latest version of Mongoose API such as findOne(), findOneAndDelete(), insertMany() and so on.

(More information on the latest API methods can be found here)

I would like to work on this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions