mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
* Bump mongoose from 5.8.0 to 5.10.7 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.8.0 to 5.10.7. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.8.0...5.10.7) Signed-off-by: dependabot[bot] <support@github.com> * Do not use empty username or password in mongo connection Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
strapi-connector-mongoose
This built-in connector allows you to use the Mongoose ORM.
Mongoose ORM provides a straight-forward, schema-based solution to model your application data. It includes built-in type casting, validation, query building, business logic connectors and more, out of the box.