mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 01:18:17 +00:00
24 lines
1.4 KiB
Markdown
Executable File
24 lines
1.4 KiB
Markdown
Executable File
# strapi-bookshelf
|
|
|
|
[](https://www.npmjs.org/package/strapi-bookshelf)
|
|
[](https://www.npmjs.org/package/strapi-bookshelf)
|
|
[](https://david-dm.org/strapi/strapi-bookshelf)
|
|
[](https://travis-ci.org/strapi/strapi-bookshelf)
|
|
[](http://slack.strapi.io)
|
|
|
|
This built-in hook allows you to use the [Bookshelf ORM](http://bookshelfjs.org/) using the `strapi-knex` hook.
|
|
|
|
[Bookshelf ORM](http://bookshelfjs.org/) is a JavaScript ORM for Node.js, built on the [Knex node module](http://knexjs.org/) 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
|
|
|
|
- [MIT License](LICENSE.md)
|
|
|
|
## Links
|
|
|
|
- [Strapi website](http://strapi.io/)
|
|
- [Strapi community on Slack](http://slack.strapi.io)
|
|
- [Strapi news on Twitter](https://twitter.com/strapijs)
|