CloudCode v1.9.8

We are excited to announce that version 1.9.8 of CloudCode has been released.

Changelog

Added:

  • CloudCode.createRemoteDB(url, id, credentials) to access the database of another instance, without copying models over.

  • Allow querying by id, for example await DB.user.where('id != ?', myuser.id).toArray()

Last updated