-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Readme": update for better user engagement #2462
base: main
Are you sure you want to change the base?
Conversation
- **Discover Database Servers**: Find database servers in your Azure subscription. | ||
- **Create Database Servers**: Use the `+` button to create a new database server. | ||
- **Azure Portal Integration**: Open database servers directly in the Azure portal. | ||
- **Full Database Management**: View, create, and delete databases, collections, graphs, stored procedures, documents, and queries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Full Database Management**: View, create, and delete databases, collections, graphs, stored procedures, documents, and queries. | |
- **Full Database Management**: View, create, and delete databases, collections, stored procedures, documents, and queries. | |
Let'S remove graphs, it's not really supported
- **Integrated Document Editor**: Open documents, stored procedures, or queries directly in the editor for easy viewing and editing. | ||
- **Edit and Persist Changes**: Make changes to documents and persist them to the cloud. | ||
- **Workspace Integration**: Attach database servers to your workspace using connection strings, enabling centralized management. | ||
- **Flexible MongoDB Connectivity**: Easily establish connections to MongoDB clusters across both Azure and non-Azure environments using a simple connection string. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Flexible MongoDB Connectivity**: Easily establish connections to MongoDB clusters across both Azure and non-Azure environments using a simple connection string. | |
- **Flexible MongoDB Connectivity**: Easily establish connections to MongoDB clusters and databases across both Azure and non-Azure environments using a simple connection string. | |
Just to make clear that it's not just clusters
|
||
- **Rich Syntax Highlighting**: Write queries with built-in syntax highlighting to improve readability and reduce errors. | ||
- **Query History and Management**: Save and open queries from disk, and access query history for re-use. | ||
- **Execute Queries**: Run queries and view the results in multiple formats including Table, JSON, or a hierarchical Tree view (currently NoSQL only). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Execute Queries**: Run queries and view the results in multiple formats including Table, JSON, or a hierarchical Tree view (currently NoSQL only). | |
- **Execute Queries**: Run queries and view the results in multiple formats including Table, JSON, or a hierarchical Tree view. | |
Mongo as well now
- **Flexible Result Management**: Copy query results as JSON or CSV to the clipboard or store them in a file as needed. | ||
- **Paging Support**: Choose how many results to display at once with convenient paging support, allowing navigation through large datasets. | ||
- **Query Statistics and Index Advisor**: View detailed query statistics such as consumed RUs, execution time, and index optimization suggestions. | ||
- **Document Management**: View, edit, and update single documents from the result view directly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Document Management**: View, edit, and update single documents from the result view directly. | |
- **Document Management**: View, edit, and update documents from the result view. | |
The view can open multiple documents (in separate tabs) but this is overall not directly "in" the view.
- **Paging Support**: Choose how many results to display at once with convenient paging support, allowing navigation through large datasets. | ||
- **Query Statistics and Index Advisor**: View detailed query statistics such as consumed RUs, execution time, and index optimization suggestions. | ||
- **Document Management**: View, edit, and update single documents from the result view directly. | ||
- **New Document Creation**: Create new documents with syntax highlighting and partition key validation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **New Document Creation**: Create new documents with syntax highlighting and partition key validation. | |
- **New Document Creation**: Create new documents with syntax highlighting and validation. | |
we don't validate partition keys only.
@microsoft-github-policy-service rerun |
No description provided.