Skip to content

Commit

Permalink
Updated future plans
Browse files Browse the repository at this point in the history
  • Loading branch information
sanagama committed Oct 22, 2017
1 parent 645665c commit 6e7e479
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ For fun, I've added ```GET``` REST API end-points to:

Thanks to SMO, the REST API always returns up-to-date information when any schema or data changes occur in the database while the web app is running.

Currently, the web app only supports the ```GET``` verb. I hope to support additional database objects and verbs (```PUT```, ```POST```, ```UPDATE``` and ```DELETE```) in the near future.
Currently, only the the ```GET``` verb is supported. In the future, I plan to add support for:

- other REST verbs (```PUT```, ```POST```, ```UPDATE``` and ```DELETE```)
- more database objects such as Views, Stored Procedures, Schemas and UDTs
- pagination for tables with a large number of rows

## Try it out!

Expand Down

0 comments on commit 6e7e479

Please sign in to comment.