mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 03:20:17 +00:00

As a result of taking a look on PR #1967 I realized there is 819 executable files in this repository. It is obvious this is an error.
1.4 KiB
1.4 KiB
strapi-hook-bookshelf
This built-in hook allows you to use the Bookshelf ORM using the strapi-hook-knex
hook.
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.