mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
Bumps [pluralize](https://github.com/blakeembrey/pluralize) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/blakeembrey/pluralize/releases) - [Commits](https://github.com/blakeembrey/pluralize/compare/v7.0.0...v8.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
strapi-connector-bookshelf
This built-in connector allows you to use the Bookshelf ORM using the strapi-connector-knex connector.
Bookshelf ORM is a JavaScript ORM for Node.js, built on the Knex node module SQL query builder. Featuring both promise based and traditional callback interfaces, providing transaction support, eager/nested-eager relation loading, polymorphic associations, and support for one-to-one, one-to-many, and many-to-many relations.
It is designed to work well with SQLite3, PostgreSQL, MySQL, MariaDB, Microsoft SQL Server and Oracle.