strapi/packages/strapi-bookshelf
DMehaffy e32cbabaf8
Modify float for Postgres support
Added check for Postgres, which will use `double precision` in Postgres, MySQL will use `double`
2018-05-09 12:11:25 -07:00
..
2018-05-09 12:11:25 -07:00
2018-02-23 14:57:58 +01:00
2018-05-07 10:46:43 +02:00

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