BaseModel.findAll() method
Search for multiple instances.
Signature:
static findAll<M>(options?: FindOptions): Promise<M[]>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
(Optional) Find options; |
Returns:
Promise<M[]>
The matching instances.
Remarks
Delegates to Sequelize's own findAll, then re-maps numeric columns, which a view returns as strings.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.