@Sugoi\orm v2.3.0 Release Notes

Release Date: 2018-09-12 // over 5 years ago
  • 🆕 New features

    ⚡️ QueryOptions - query options now supported limit, offset and sort, those propagate into the emitters (findEmitter, removeEmitter, updateEmitter, saveEmitter).

    ⚡️ (static method) updateById(id,data,queryOption) - Allow update/patch value without query the current value.

    @ConnectionName(name:string) - set the connection name which need to be use for the model (Connectable models only), this connection first need to be initiate with setConnection method

    🐛 Bug Fix

    • None