You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to export the query to SequelizefindOne/findAllwhere format.
Sequelize's where is very similar to QbUtils.mongodbFormat. I'm wondering that I should modify mongo setting like mongoConj, mongoFormatOp, or I should use QbUtils.queryBuilderFormat
The text was updated successfully, but these errors were encountered:
I have one concern: Sequelize uses symbols for operators (src), so not sure how to serialize this correctly and transfer to backend. Probably with EJSON
Thank you for creating this project!!
I'm trying to export the query to Sequelize
findOne/findAll
where
format.Sequelize's where is very similar to
QbUtils.mongodbFormat
. I'm wondering that I should modify mongo setting like mongoConj, mongoFormatOp, or I should useQbUtils.queryBuilderFormat
The text was updated successfully, but these errors were encountered: