SQL Connect 支持用戶與其應(yīng)用程序的編碼一道在Visual Studio中使用其數(shù)據(jù)庫。其工作流和安裝都很簡單,可以幫助用戶,使之再也無需在各種開發(fā)環(huán)境中來回切換了,此外,其還能在后續(xù)集成中為用戶提供幫助。
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.
需要培訓(xùn)、定制、外包?
請聯(lián)系我們!:800018081
慧都專業(yè)技術(shù)團(tuán)隊(duì)幫助您提高效率,節(jié)省成本,降低風(fēng)險(xiǎn)!
* 關(guān)于本產(chǎn)品的分類與介紹僅供參考,精準(zhǔn)產(chǎn)品資料以介紹為準(zhǔn),如需購買請先行測試。
可幫助用戶開發(fā)數(shù)據(jù)庫和對之進(jìn)行版本控制的Visual studio插件:
- 在Visual Studio中一起開發(fā)數(shù)據(jù)庫和應(yīng)用程序的代碼
- 使用源控制系統(tǒng)跟蹤和共享修改
- 從Visual Studio查找數(shù)據(jù)庫和執(zhí)行預(yù)存程序
SQL Connect 支持用戶與其應(yīng)用程序的編碼一道,在Visual Studio中使用其數(shù)據(jù)庫。其工作流和安裝都很簡單,可以幫助用戶,使之再也無需在各種開發(fā)環(huán)境中來回切換了,此外,其還能在后續(xù)集成中為用戶提供幫助。
SQL connect的工作方式
為表示用戶的數(shù)據(jù)庫,SQL Connect將創(chuàng)建一個(gè)Visual Studio工程,該工程中包含了每一個(gè)數(shù)據(jù)庫對象對應(yīng)的CREATE腳本。
用戶可以自行編輯該CREATE腳本,或者對數(shù)據(jù)庫執(zhí)行查找,讓SQL connect為其修改腳本。用戶可以使用其已有的源控制插件與其團(tuán)隊(duì)共享其所做修改。
SQL connect只需一次點(diǎn)擊即可同步用戶的Visual Studio工程和其數(shù)據(jù)庫。
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.