# CppSQLite3 **Repository Path**: isongbo/CppSQLite3 ## Basic Information - **Project Name**: CppSQLite3 - **Description**: http://www.codeproject.com/Articles/6343/CppSQLite-C-Wrapper-for-SQLite/ - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-16 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CppSQLite3 #### 介绍 该项目是google开源的一个关于SQLite3简单封装的项目。使用简单方便。 #### 安装教程 1. 直接引入源码即可使用