【发布时间】:2015-04-22 15:15:45
【问题描述】:
使用:
sqlite3_key(db, "test123", 7);
抛出一个 ||sqlite3_key 未定义||错误,但我已经添加了 sqlite3.h 文件并且它具有该方法。
我意识到上面有这个提示的评论。
** Specify the key for an encrypted database. This routine should be
** called right after sqlite3_open().
**
** The code to implement this API is not available in the public release
** of SQLite.
有什么问题?
【问题讨论】:
标签: encryption console-application sqlcipher