9
8
The goals of sqlite3cc are:
10
9
- to be elegantly designed and written, following the principles of good C++
11
10
design and those laid out by boost <http://www.boost.org/>
12
11
- to be fast (add as small an execution overhead as possible)
15
14
More information about the sqlite3cc library can be found at
16
15
<http://www.waxworlds.org/edam/software/sqlite3cc>.
20
19
The sqlite3cc library was inspired by boost <http://www.boost.org/> and the
21
20
excellent sqlite3pp library by Wongoo Lee <http://code.google.com/p/sqlite3pp/>.