sqlite3_DLL_sourceCode_BuildWith_Qt_VS2017.7z 数据库加密
sqlite3数据库支持加密,分别使用QtCreator和VS2017分别编译出64位debugreleaseDLL,(QtCreator只有动态使用mingW64MSVC20147)(VS2017有动态DLL和静态库V14.1)
有工程源码,也可自行编译。
实例:
QStringexepath=QCoreApplication::applicationDirPath()+"/GameData.db";
intresult=sqlite3_open(exepath.toLatin1().data(),&db);
result=sql
下载地址
用户评论