mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
Initial commit of Database Projects extension (#8540)
* Initial commit of Database Projects extension * Removing unused references, correcting license, tabs -> spaces in package.json * cleaning up linter errors
This commit is contained in:
27
extensions/sql-database-projects/README.md
Normal file
27
extensions/sql-database-projects/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Microsoft SQL Server Database Projects for Azure Data Studio
|
||||
|
||||
Microsoft SQL Server Database Projects for Azure Data Studio includes:
|
||||
|
||||
## Database Projects
|
||||
The Database Projects extension provides a way to design, edit, and deploy schemas for SQL databases from a source controlled project.
|
||||
|
||||
Please report issues and feature requests [here.](https://github.com/microsoft/azuredatastudio/issues)
|
||||
|
||||
## Getting Started with Database Projects
|
||||
|
||||
* Create a new database project by selecting File -> New Database Project, going to the Database Projects viewlet under Explorer, or by searching for **New Database Project** in the command palette (Ctrl + Shift + P).
|
||||
* Existing database projects can be opened from File -> Open File, or via **Open Database Project** in the command palette.
|
||||
|
||||
## 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.
|
||||
|
||||
## Privacy Statement
|
||||
|
||||
The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement) describes the privacy statement of this software.
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt).
|
||||
Reference in New Issue
Block a user