Releases: mingaliu/DocumentDBStudio
Releases · mingaliu/DocumentDBStudio
Azure DocumentDB Studio 0.10: First release
First version of working Azure DocumentDB studio. This client tool allows you to perform CRUD operation on Azure DocumentDB.
It supports:
- Browse DocumentDB resources and learn DocumentDB resource model.
- Issue Insert, Replace, Delete, Read (CRUD) operations on every DocumentDB resource and resource feed.
- Issue SQL/UDF query. Execute storedprocedure.
- Inspect heads (quota, usage, RG charge) for every operation.
To start:
- Add your account from File|Add account. You can provision and get your account endpoint and masterkey from https://portal.azure.com
- You can navigate the DocumentDB resource model in the left side treeview panel.
- Right click any resource feed or item for supported CRUD or query or stored procedure operation.
The tool requires .Net Framework 4.0 installed on your machine.
Here are two screenshots: