Skip to content

Support PostgreSQL Binding #24

@Mershab99

Description

@Mershab99

The postgres binding uses the exec and query operations, and invokes the binding with the SQL command embedded in the metadata field of the dapr.InvokeBindingRequest. However the current ctx.Send method only fills the data field. This is insufficient for the postgres binding.

https://docs.dapr.io/reference/components-reference/supported-bindings/postgresql/

Alternatively exposing the daprClient as part of the FunctionContext would allow users to access the underlying dapr client and invoke our own methods beyond the scope of the OF spec.

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