strapi/packages/strapi-connector-bookshelf
DMehaffy 024b337b09
Update node version requirements for v10 to v12 (#7409)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-02 17:11:59 +02:00
..
2020-07-27 20:26:56 +02:00
2019-10-23 17:02:23 +02:00
2019-10-23 17:02:23 +02:00
2019-10-23 17:02:23 +02:00
2020-07-08 09:45:28 +02:00
2020-07-20 18:40:52 +02:00

strapi-connector-bookshelf

npm version npm downloads npm dependencies Build status Slack status

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.

Resources