Basically the title. I'm using bookshelf.js for accessing postgresql database and looking for solution which will upsert multiple records at once. Solutions I've googled so far suggesting to use knex (which is used under the hood by bookshelf), but I wondering is there is bookshelf's approach to this.
Thanks in advance!