/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc
1 by edam
- initial commit
1
2 by edam
- further initial development
2
THE SQLITE3CC LIBRARY
3
=====================
1 by edam
- initial commit
4
2 by edam
- further initial development
5
The sqlite3cc library is a C++ wrapper around the C interface of sqlite3. It is
1 by edam
- initial commit
6
intended to make the use of sqlite3 more comfortable in a C++ program.
7
2 by edam
- further initial development
8
The goals of sqlite3cc are:
9
- to be elegantly designed and written, following the principles of good C++
10
	design and those laid out by boost <http://www.boost.org/>
11
- to be fast (add as small an execution overhead as possible)
12
- to keep the API as similar as possible to the sqlite3 library
13
14
More information about the sqlite3cc library can be found at
15
<http://www.waxworlds.org/edam/software/sqlite3cc>.
1 by edam
- initial commit
16
17
More information on sqlite3 can be found at <http://www.sqlite.org/>.
18
2 by edam
- further initial development
19
The sqlite3cc library was inspired by boost <http://www.boost.org/> and the
1 by edam
- initial commit
20
excellent sqlite3pp library by Wongoo Lee <http://code.google.com/p/sqlite3pp/>.
21
22
23
THE AUTHOR
24
==========
25
26
Please report bugs and direct suggestions and questions regarding this software
27
to Tim Marston <edam@waxworlds.org>.