OptionalplainOptionalrawOptionaltypeOptionalnestOptionalreplacementsOptionalbindOptionaltransactionOptionalloggingOptionalusingOptionalmapMap raw query results to a model instance When true, maps the result rows to ModelInstance objects using the provided model
OptionalmodelModel to use for mapping raw results to model instances Used together with mapToModel to create ModelInstance objects from raw query results
OptionalretryRetry options for failed queries Allows retrying queries that fail due to transient errors (e.g., connection issues)
OptionaltimeoutQuery timeout in milliseconds
Options for a raw query: how to interpret the result, what to bind, and whether to map rows onto a model.