ohos-rdb-sys 0.1.0

Raw bindings to the OpenHarmony relational database (RDB) API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# OpenHarmony relational database bindings

The OpenHarmony relational database (RDB) store manages data based on relational models. 
With the underlying SQLite database, the RDB store provides a complete mechanism for managing local databases.
To satisfy different needs in complicated scenarios, the RDB store offers a series of APIs for performing operations
such as adding, deleting, modifying, and querying data, and supports direct execution of SQL statements.

For more details, see the [official OpenHarmony RDB documentation][rdb-docs].

[rdb-docs]: https://docs.openharmony.cn/pages/v6.0/en/application-dev/database/native-relational-store-guidelines.md

## License

Licensed under the Apache-2.0 license, matching the license of OpenHarmony.