Skip to content

[FeatureRequest] Azure SQL binding #1212

@joedevgee

Description

@joedevgee

Support for azure sql in/out binding

I've already seen people raise similar issue before: #365

At this time, looks like the only db binding supported is cosmos, the doc is here

Considering

  1. programming model 1 already supported sql in/out biding, doc, can we expect same feature to exist for model 2
  2. RDBMS like azure sql has a huge user base, Having these bindings would really benefit the sql users

Sample v1 binding for sql

{
    "name": "todoItems",
    "type": "sql",
    "direction": "out",
    "commandText": "dbo.ToDo",
    "connectionStringSetting": "SqlConnectionString"
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions