安裝TablestoreNode.js SDK後,即可在編寫代碼時調用TablestoreSDK的介面。本文介紹如何安裝TablestoreNode.js SDK。
環境準備
已安裝Node.js 4.0及以上版本。
重要由於相容性問題,建議您不要使用Node.js 12.0版本~12.14版本。
已安裝Node.js開發工具。
安裝
通過npm執行如下命令安裝Table StoreNode.js SDK。
npm install tablestore
樣本程式
Node.js SDK提供豐富的樣本程式,方便參考或直接使用。您可以通過以下兩種方式擷取樣本程式。
下載Table StoreNode.js SDK開發包,解壓後samples為樣本程式。具體下載路徑請參見Node.js SDK歷史迭代版本。
訪問Table StoreNode.js SDK的GitHub專案。