Skip to content

Add output binding to update or insert records #6

@Jandev

Description

@Jandev

To have an outputbinding for SQL is still on my list.

At the moment only SELECT is supported, because there's only an Inputbinding.
Being able to do an INSERT, UPDATE and maybe even DELETE would be awesome by using an output binding. To do this safely and dynamically can be quite difficult.

I'm thinking of using the dynamic or ExpandoObject for this and a SQL query with parameterized values. If you have other suggestions, feel free to discuss or implement them.
Keep in mind, the package needs to be as light as possible, so adding (micro) ORM's isn't ideal. We want to keep the footprint of this binding as small as possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions