JSPM

  • Created
  • Published
  • Downloads 321
  • Score
    100M100P100Q89086F
  • License MIT

Bookshelf hook for the Strapi framework

Package Exports

  • strapi-bookshelf
  • strapi-bookshelf/lib/utils

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (strapi-bookshelf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

strapi-bookshelf

npm version npm downloads npm dependencies Build status Slack status

This built-in hook allows you to use the Bookshelf ORM using the strapi-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.

Resources