mirror of
https://github.com/strapi/strapi.git
synced 2025-08-06 07:50:02 +00:00
24 lines
1.4 KiB
Markdown
24 lines
1.4 KiB
Markdown
# strapi-connector-bookshelf
|
|
|
|
[](https://www.npmjs.org/package/strapi-connector-bookshelf)
|
|
[](https://www.npmjs.org/package/strapi-connector-bookshelf)
|
|
[](https://david-dm.org/strapi/strapi-connector-bookshelf)
|
|
[](https://travis-ci.org/strapi/strapi-connector-bookshelf)
|
|
[](https://slack.strapi.io)
|
|
|
|
This built-in connector allows you to use the [Bookshelf ORM](http://bookshelfjs.org/) using the `strapi-connector-knex` connector.
|
|
|
|
[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
|
|
|
|
- [License](LICENSE)
|
|
|
|
## Links
|
|
|
|
- [Strapi website](https://strapi.io/)
|
|
- [Strapi community on Slack](https://slack.strapi.io)
|
|
- [Strapi news on Twitter](https://twitter.com/strapijs)
|