const data = await Seq.query("SELECT * FROM storeImgs", { type: Seq.QueryTypes.SELECT } ); You need to set the type as above.