# Cloud DB Service For Web

## Introduction

Cloud DB is a device-cloud synergy database product that provides data synergy management capabilities between the device and cloud, unified data models, and various data management APIs. In addition to ensuring data availability, reliability, consistency, and security, CloudDB enables seamless data synchronization between the device and cloud, and supports offline application operations, helping developers quickly develop device-cloud and multi-device synergy applications.
[Learn More](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-clouddb-introduction)

## Integrating SDKs

Integrate the Cloud DB Service SDK.
- Run the following command to integrate the Cloud DB Service JavaScript SDK into your project.
```
npm install --save @hw-agconnect/database
```

- Import the database component to your project.
```
import {
  AGConnectCloudDB,
  CloudDBZoneConfig,
  CloudDBZone,
  CloudDBZoneQuery,
  ListenerHandler
} from '@hw-agconnect/database';
```

For more details, please refer to 
[Getting Started with Cloud DB Service](https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-Guides/agc-clouddb-get-started-web)

## Development Guide

[Usage](https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-Guides/agc-clouddb-get-started-web)

[Reference](https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-References/clouddb-web-overview)

##  License
   Cloud DB Service Plug-in is licensed under the: [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).  