Here is the table -
For example I want to get all BTCUSDPrice fields by query that I get from client the query is the same as the column name.
The only finder for finding all fields in sequelize is findAll like this -
await Crypto.findAll();
There is the where: { } option the field is not dynamic.
So is it possible to get all BTCUSDPrice fields by dynamic query?