訓練
認證
Microsoft Certified: Azure Cosmos DB Developer Specialty - Certifications
透過 Microsoft Azure Cosmos DB 在 SQL API 和 SDK 中撰寫有效率的查詢、建立索引編製原則、管理及佈建資源。
您必須使用必要條件設定您的開發環境,才能使用 Node.js Driver for SQL Server 開發應用程式。 最常見的方法是使用節點套件管理員 (npm) 來安裝 Tedious 模組,但是您可以視需要,直接在 GitHub \(英文\) 下載 Tedious 模組。
Node.js 驅動程式會使用預設在 SQL Server 和 Azure SQL Database 中啟用的 TDS 通訊協定。 不需要進行其他組態設定。
安裝 Node.js 執行階段和 npm 套件管理員。
a. 移至 Node.js
b. 按一下適當的 Windows Installer msi 連結。
c. 下載完成後,請執行 msi 以安裝 Node.js
開啟 cmd.exe
建立專案目錄並瀏覽到該目錄。
> mkdir HelloWorld
> cd HelloWorld
> npm init
> npm install tedious
開啟終端機
安裝 Node.js 執行階段。
>sudo apt-get install node
> sudo apt-get install npm
> mkdir HelloWorld
> cd HelloWorld
> sudo npm init
> sudo npm install tedious
安裝 Node.js 執行階段和 npm 套件管理員。
a. 移至 Node.js
b. 按一下適當的 macOS 安裝程式連結。
c. 下載完成後,執行 'dmg' 以安裝 Node.js
開啟終端機
建立專案目錄並瀏覽到該目錄。
> mkdir HelloWorld
> cd HelloWorld
> npm init
> npm install tedious
訓練
認證
Microsoft Certified: Azure Cosmos DB Developer Specialty - Certifications
透過 Microsoft Azure Cosmos DB 在 SQL API 和 SDK 中撰寫有效率的查詢、建立索引編製原則、管理及佈建資源。