Skip to content

Support for Parametrized Queries #804

@bivas6

Description

@bivas6

Hi,
Is there any intention to support parametrized queries? for example:

const iter: Iterator<QueryResult> = await trino.query(
  'select * from customer where id = :id', { id: '1'}
);

I saw that this is supported in the official python client: trinodb/trino-python-client#21

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions