Skip to content

An Azure Function App to simplify CRUD SQL Server database access for small applications. C# Azure Function App.

License

Notifications You must be signed in to change notification settings

padmanatperfeitotechdotcom/AzCrud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzCrud - Azure CRUD with C# - An Azure Function App to simplify CRUD database access for small applications

The HttpTrigger makes it incredibly easy to have your functions executed via an HTTP call to your function. Hook onto this a bit of parsing and database code and we have a simple mechanism to map GET, POST, PUT, PATCH and DELETE command to SQL statements that do the SELECT, INSERT, UPDATE and DELETE.

Examples

Coming soon

About

An Azure Function App to simplify CRUD SQL Server database access for small applications. C# Azure Function App.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%