This commit is contained in:
Andrew Liu 2020-05-01 10:06:30 -07:00 коммит произвёл GitHub
Родитель 08b2cf5516
Коммит a9c9e924b4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# Microsoft Azure Cosmos DB's Server-Side JavaScript
DocumentDBs language integrated, transactional execution of JavaScript supports stored procedures, triggers and user defined functions (UDFs) written natively in JavaScript. This allows developers to write application logic which can be shipped and executed directly on the database storage partitions. JavaScript support at the server side has a number of intrinsic advantages that can be utilized to build rich applications.
Azure Cosmos DBs language integrated, transactional execution of JavaScript supports stored procedures, triggers and user defined functions (UDFs) written natively in JavaScript. This allows developers to write application logic which can be shipped and executed directly on the database storage partitions. JavaScript support at the server side has a number of intrinsic advantages that can be utilized to build rich applications.
## Documentation
@ -19,4 +19,4 @@ DocumentDBs language integrated, transactional execution of JavaScript suppor
## Share
**Want to share your awesome stored procedure?** Please, send us a pull-request! Wed love to feature and spotlight you on our Github and [Twitter](https://twitter.com/documentdb) accounts.
**Want to share your awesome stored procedure?** Please, send us a pull-request! Wed love to feature and spotlight you on our Github and [Twitter](https://twitter.com/AzureCosmosDB) accounts.