Azure / azure-cosmosdb-node

We recently announced deprecation of JS v1 SDK and this repo. Starting September 2020 Microsoft will not provide support for this library. Existing applications using library will continue to work as-is. We strongly recommend upgrading to @azure/cosmos library.
https://github.com/Azure/azure-sdk-for-js
MIT License
141 stars 108 forks source link

Query: what's the difference between this lib and azure-cosmos-js #254

Closed tedyyu closed 5 years ago

tedyyu commented 5 years ago

this: https://github.com/Azure/azure-cosmosdb-node/ that: https://github.com/Azure/azure-cosmos-js/

thanks in advance.

southpolesteve commented 5 years ago

@tedyyu This repo is version 1 of the SDK, while https://github.com/Azure/azure-cosmos-js/ is version 2 and other future versions. You should be using Azure/azure-cosmos-js for new projects and also migrating old projects if possible. I'll talk with the team about adding some docs to make this clearer.

tedyyu commented 5 years ago

thanks for quick response, really answers my puzzle. @southpolesteve