Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 303 Bytes

File metadata and controls

9 lines (6 loc) · 303 Bytes

Node.js and SQL Server ODATA Connector

Project has been inspired from ODATA which is available for .NET and SQL.

####v0.0.9####

  • Basic ODATA functionalities
  • GET,POST,PUT,DELETE routes in ApiRoutes.js
  • Controller : get,getById,count,post,postBulk,put,delete functions