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 |
|
5
by edam
- updated README |
5 |
The sqlite3cc library is a C++ wrapper around the excellent SQLite 3 library. |
6 |
The SQLite Library has a C-style interface, and sqlite3cc is intended to make |
|
9
by edam
- added NEWS |
7 |
the use of SQLite more comfortable in a C++ programming environment. |
1
by edam
- initial commit |
8 |
|
2
by edam
- further initial development |
9 |
The goals of sqlite3cc are: |
9
by edam
- added NEWS |
10 |
- to be elegantly designed and written, following principles of good C++ |
11 |
design and those laid out by the boost project <http://www.boost.org/> |
|
12 |
- to be fast, adding as small an execution overhead as possible |
|
5
by edam
- updated README |
13 |
- to keep the API similar to the SQLite library |
2
by edam
- further initial development |
14 |
|
15 |
More information about the sqlite3cc library can be found at |
|
22
by edam
updated email and web addresses |
16 |
<http://ed.am/dev/sqlite3cc>. |
1
by edam
- initial commit |
17 |
|
5
by edam
- updated README |
18 |
More information on the SQLite library can be found at <http://www.sqlite.org/>. |
1
by edam
- initial commit |
19 |
|
2
by edam
- further initial development |
20 |
The sqlite3cc library was inspired by boost <http://www.boost.org/> and the |
1
by edam
- initial commit |
21 |
excellent sqlite3pp library by Wongoo Lee <http://code.google.com/p/sqlite3pp/>. |
22 |
||
23 |
||
24 |
THE AUTHOR |
|
25 |
========== |
|
26 |
||
27 |
Please report bugs and direct suggestions and questions regarding this software |
|
22
by edam
updated email and web addresses |
28 |
to Tim Marston <tim@ed.am>. |