This commit is contained in:
anumjs 2017-12-01 10:47:55 -08:00 коммит произвёл GitHub
Родитель c2bcaa5428
Коммит 976d12ff63
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,5 +1,5 @@
# Elastic database tools for JAVA (Azure SQL Database)
The elastic database client library allows JAVA developers to create applications that use database sharding in Azure SQL Database. This repository contains the library/tools along with a sample project. For the C# version of the database tools client library, see https://github.com/Azure/elastic-db-tools.
The elastic database client library allows JAVA developers to create applications that use database sharding in Azure SQL Database. This repository contains the library/tools along with a sample project. For the C# version of the database tools client library, see https://github.com/Azure/elastic-db-tools. For more information on Azure SQL database tools for managing scaled out databases, see the [documentation](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-database-client-library).
# Prerequisites
* A Java Developer Kit (JDK), v 1.8 or later