Tim Griesser is announcing that Bookshelf.js with version number 0.8.2 is already available to download.
What is Bookshelf.js ?
Bookshelf.js is An object-relational mapper (ORM) for Node.js, a powerful database interfacing and abstraction layer for Node.js & database-powered projects .
Bookshelf.js was built using the Knex.js SQL query builder and allows developers to interconnect a database with their Node.js applications and websites.Since it is heavily based on Knex, all of its features are supported, meaning support for traditional callbacks, JavaScript promises, transactions, connection pooling, and streaming queries.Bookshelf.js delivers a Model & Collection pattern, polymorphic associations, and support for plugins.It also supports one-to-one, one-to-many, and many-to-many associations.Supported databases:- PostgreSQL- MySQL- MariaDB- SQLite3
This is changelog for Bookshelf.js version 0.8.2 :
You can read the complete changelog and also download this latest version on their homepage:
bookshelfjs.org