Azure / azure-cosmosdb-js-server

The JavaScript SDK for server-side programming in Azure Cosmos DB
MIT License
179 stars 152 forks source link

Can I use await inside stored procedure? #37

Open newtack opened 5 years ago

newtack commented 5 years ago

Chakra, V8 have had native support for async await for a while. Can I use this inside of Cosmos DB?

Also, I looked but couldn't find which version of Chakra is used inside of CosmosDB, would be helpful it this were documented.