-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed