Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanagama authored Oct 21, 2017
1 parent 9ba6651 commit eedeadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For fun, I've added ```GET``` REST API end-points to:
- generate ```CREATE DATABASE``` and ```CREATE TABLE``` T-SQL scripts
- view data in tables

Thanks to SMO, the web app dynamically updates database metadata when there are database changes.
Thanks to SMO, the REST API always returns up-to-date information if there are schema or data changes in the database while the web app is running.

Currently, the prototype only supports the ```GET``` verb. I hope to support additional database objects and verbs (```PUT```, ```POST```, ```UPDATE``` and ```DELETE```) in the near future.

Expand Down

0 comments on commit eedeadb

Please sign in to comment.