Open
Description
I recently switched from Sequelize to ORM2 mostly because of transaction issues but one nice feature besides offering more database types was the use of JSON objects for named parameters instead of ORM2's current usage of an array list.
As far as using ORM2, I got it up and running in no time and the switch was quite easy and it works as expected.