Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sql trigger #240

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Add support for sql trigger #240

merged 1 commit into from
Mar 28, 2024

Conversation

ejizba
Copy link
Contributor

@ejizba ejizba commented Mar 25, 2024

We already have sql input/output bindings and I was just waiting for the sql trigger to GA before I added it (which happened somewhat recently). SQL trigger docs here

See example code in the e2e test PR here: Azure/azure-functions-nodejs-e2e-tests#36

Fixes #88

types/sql.d.ts Show resolved Hide resolved
src/index.ts Show resolved Hide resolved
@ejizba ejizba merged commit 2648cfb into v4.x Mar 28, 2024
11 checks passed
@ejizba ejizba deleted the ej/sql2 branch March 28, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SQL trigger support to v4 model
2 participants