mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
42 lines
2.5 KiB
Markdown
42 lines
2.5 KiB
Markdown
# Microsoft SQL Server Database Projects for Azure Data Studio and VS Code
|
|
|
|
## Overview
|
|
|
|
Microsoft SQL Server Database Projects for Azure Data Studio and VS Code provides a way to design, edit, and publish schemas for SQL databases from a source controlled project.
|
|
|
|
### VS Code
|
|
|
|
This extension is bundled into the `SQL Server (MSSQL)` extension for VS Code and will be installed automatically when that extension is updated or installed.
|
|
|
|
### Azure Data Studio
|
|
|
|
This extension is provided as a separate extension in the marketplace.
|
|
|
|
|
|
Please report issues and feature requests [here.](https://github.com/microsoft/azuredatastudio/issues)
|
|
|
|
## Getting Started with Database Projects
|
|
|
|
* Create a new database project by going to the **Projects** viewlet or by searching **Projects: New** in the command palette.
|
|
* Existing database projects can be opened by going to the **Projects** viewlet or by searching **Projects: Open Existing** in the command palette.
|
|
* Start from an existing database by using the **Create Project from Database** from the command palette or database context menu.
|
|
* Start from an OpenAPI/Swagger spec by using the **Generate SQL Project from OpenAPI/Swagger spec** command.
|
|
|
|
## Code of Conduct
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
|
|
## Telemetry
|
|
|
|
This extensions collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described [here for Azure Data Studio](https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting#how-to-disable-telemetry-reporting) or [here for VS Code](https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting).
|
|
|
|
## Privacy Statement
|
|
|
|
To learn more about our Privacy Statement visit [this link](https://go.microsoft.com/fwlink/?LinkID=824704).
|
|
|
|
## License
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt).
|