前言之前总结了关系型数据库的各种api,今天分享一下关系型数据库的基本使用代码定义数据库的各项配置conststoreConfig:relationalStore.StoreConfig{name:'myStore.db',securityLevel:relationalStore.SecurityLevel.S3,encrypt:true,};[配置详情](https:developer.huawei.comconsumercndocharmonyosreferencesarktsapisdatarelationalstoreistoreconfig)获取数据库操作句柄relationalStore.getRdbStore(this.context,storeCon...