TypeError: values.map is not a function when trying to query in sequelize using operator (Op)
so i was trying to make a function that will sort table that i have by using multiple parameter, so that i can filter the table data, the parameter will be passed as JSON, something like this
Automatic creation of records in database tables
I have an Express application, PostgreSQL is used as a database, and Sequelize is used as an ORM.
I connect to the database as follows: