SQL Connect 支持用戶與其應用程序的編碼一道在Visual Studio中使用其數據庫。其工作流和安裝都很簡單,可以幫助用戶,使之再也無需在各種開發環境中來回切換了,此外,其還能在后續集成中為用戶提供幫助。
SQL Connect lets you work on your database in Visual Studio alongside your application code. It has a simple workflow and setup, stops you from having to switch between development environments, and helps with continuous integration.
可幫助用戶開發數據庫和對之進行版本控制的Visual studio插件:
-
在Visual Studio中一起開發數據庫和應用程序的代碼
-
使用源控制系統跟蹤和共享修改
-
從Visual Studio查找數據庫和執行預存程序
SQL Connect 支持用戶與其應用程序的編碼一道,在Visual Studio中使用其數據庫。其工作流和安裝都很簡單,可以幫助用戶,使之再也無需在各種開發環境中來回切換了,此外,其還能在后續集成中為用戶提供幫助。
SQL connect的工作方式
為表示用戶的數據庫,SQL Connect將創建一個Visual Studio工程,該工程中包含了每一個數據庫對象對應的CREATE腳本。
用戶可以自行編輯該CREATE腳本,或者對數據庫執行查找,讓SQL connect為其修改腳本。用戶可以使用其已有的源控制插件與其團隊共享其所做修改。
SQL connect只需一次點擊即可同步用戶的Visual Studio工程和其數據庫。
Visual Studio add-in to help you develop and version control databases:
- Develop databases in Visual Studio alongside application code
- Track and share changes using your source control system
- Query databases and execute stored procedures from Visual Studio
SQL Connect lets you work on your database in Visual Studio alongside your application code. It has a simple workflow and setup, stops you from having to switch between development environments, and helps with continuous integration.
How it works
To represent your database, SQL Connect creates a Visual Studio project which contains CREATE scripts for each database object.
You can edit the CREATE scripts yourself or run queries against the database and let SQL Connect change the scripts for you. You can then share your changes with your team using your existing source control plug-in.
SQL Connect can synchronize your Visual Studio project and your database with one click.