Repository.create() method

Insert a row and return it.

Signature:

create<Row = Entity>(args: {
        input: object;
        select?: Select;
    }): Promise<Row>;

Parameters

Parameter

Type

Description

args

{ input: object; select?: Select; }

Returns:

Promise<Row>

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.