Update README.md

master
呓喵酱 5 years ago committed by GitHub
parent 80402e3f83
commit 6ab8231be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/ovo_db/README.md

@ -37,6 +37,11 @@
{
ovo::db db("database\\my_data"); //自定义数据库文件夹
ovo::db db_second("database\\my_second_data", "AES"); //指定数据加密方式为AES, 有一定几率解密失败,不建议
ovo::data newData = db.getData("indexName"); //用索引值提取数据块
if(newData["_isExist"] == "NO"){
//数据块不存在!!
}
return 0;
}

Loading…
Cancel
Save