zhubenxiao / easysqlite

A C++ wrapper for SQLite database

Home Page:http://code.google.com/p/easysqlite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a C++ wrapper for SQLite C API database engine. It was written to simplify and speedup coding of local database access.

This fork is modified for Cocos2dx engine and cross platform games :)

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.

About

A C++ wrapper for SQLite database

http://code.google.com/p/easysqlite/


Languages

Language:C 96.0%Language:C++ 3.6%Language:HTML 0.3%Language:Makefile 0.1%