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