About 58,200 results
Open links in new tab
  1. Bookshelf.js | Home

    May 13, 2013 · Bookshelf is a JavaScript ORM for Node.js, built on the Knex SQL query builder. It features both Promise-based and traditional callback interfaces, transaction support, eager/nested-eager relation loading, polymorphic associations, and support for one-to-one, one-to-many, and many-to-many relations.

  2. GitHub - bookshelf/bookshelf: A simple Node.js ORM for …

    Bookshelf is a JavaScript ORM for Node.js, built on the Knex SQL query builder. It features both Promise-based and traditional callback interfaces, transaction support, eager/nested-eager relation loading, polymorphic associations, and support for one-to-one, one-to-many, and many-to-many relations.

  3. How do I properly update models with Bookshelf.js?

    I found that I had to explicitly specify the method to save because of an apparent Bookshelf quirk: Bookshelf bases its choice of method on isNew(), but isNew() is always true when you pass the id to the model constructor, which you have to do in the application-assigned ID case.

  4. Bookshelf.js - GitHub

    Bookshelf.js has 11 repositories available. Follow their code on GitHub.

  5. javascript - Querying with Bookshelf - Stack Overflow

    Apr 20, 2018 · After the creation of three models (User, Posts, and Tag) - there is a query. What exactly is the meaning of this query? console.log(user.related('posts').toJSON()); console.error(err); What are withRelated, 'posts.tags', user.related('posts')? Can anyone tell me in simplest form, what those terms are and where they come from?

  6. Bookshelf.js cheatsheet - Devhints.io cheatsheets

    The one-page guide to Bookshelf.js: usage, examples, links, snippets, and more.

  7. bookshelf.js download | SourceForge.net

    Sep 7, 2021 · Bookshelf is a JavaScript ORM for Node.js, built on the Knex SQL query builder. It features both Promise-based and traditional callback interfaces, transaction support, eager/nested-eager relation loading, polymorphic associations, and support for one-to-one, one-to-many, and many-to-many relations.

  8. bookshelf - npm

    Bookshelf is a JavaScript ORM for Node.js, built on the Knex SQL query builder. It features both Promise-based and traditional callback interfaces, transaction support, eager/nested-eager relation loading, polymorphic associations, and support for one-to-one, one-to-many, and many-to-many relations.

  9. Set up Bookshelf.js for Node.js – Jake Sparling

    Bookshelf.js is an Object Relational Mapping (ORM) for Node.js that allows developers to more easily interface with a relational database. It allows the dev to focus on higher level functions, rather than low level queries. It takes care of some basic attribute mapping to …

  10. Bookshelf.js tutorial - programming databases with Bookshelf

    Oct 18, 2023 · In this article we show how to program databases in JavaScript with the Bookshelf.js ORM. Bookshelf.js is built on top of Knex. Bookshelf.js is a JavaScript ORM for Node.js, built on the Knex SQL query builder. It supports both promise based and traditional callback interfaces.

  11. Some results have been removed
Refresh