# easySQLite **Repository Path**: baiyfcu/easySQLite ## Basic Information - **Project Name**: easySQLite - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-29 - **Last Updated**: 2024-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a C++ wrapper for SQLite C API database engine. It was written to simplify and speedup coding of local database access. Old repository 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.