mensong / SQLit3

基于SQLite3 Multiple Ciphers封装windows易用的sqlite3操作组件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLit3

基于SQLite3 Multiple Ciphers封装windows易用的sqlite3操作组件(https://github.com/mensong/SQLite3-Encryption)

Usage

把SQLit3.dll放在应用程序所在的目录下,引入SQLit3.h文件到工程里,使用Database* db = SQLit3::Ins().CreateDatabase();即可操作sqlite3数据库。

About

基于SQLite3 Multiple Ciphers封装windows易用的sqlite3操作组件


Languages

Language:C 94.7%Language:C++ 5.3%