# easySQLite **Repository Path**: zerokwok/easySQLite ## Basic Information - **Project Name**: easySQLite - **Description**: A C++ wrapper for SQLite database http://code.google.com/p/easysqlite/ - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: http://code.google.com/p/easysqlite/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2018-07-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是一个用于SQLite C API数据库引擎的C++包装器。它被编写为简化和加速本地数据库访问的编码。 这个分支增加了额外的类型如blob 原始项目: https://code.google.com/p/easysqlite/ Why easySQLite solution is better than others ? elegant, objective solution explicit naming and calling uses exceptions or methods return values clear, understandable usage flexible and expandable strongly tested (tests included) Just take a look at sample code. Find more information in included html file and usage examples in project package.