A minimalistic wrapper for SQLite 3.x, inspired by the ADO.NET interfaces.
| Version | File | Description | Size |
|---|---|---|---|
| June 16th, 2005 | sqlite3x.zip | sqlite3x source | 14KiB |
The SQLite C++ Wrapper has been tested on Windows 98, ME, 2000, XP, 2003, in 32-bit and 64-bit. It should run on Linux/FreeBSD/Mac OSX. The wchar_t and wstring interfaces assume wchar_t is a 2-byte UTF-16 character, so they probably won't work on anything but Windows.
SQLite C++ Wrapper is Open Source under the zlib License. It makes use of the following Open Source software: SQLite
Want the latest (possibly unstable) source code? SQLite C++ Wrapper is available from CVS:
cvs -d:pserver:anonymous@cvs.int64.org:/cvsroot/int64 login
cvs -d:pserver:anonymous@cvs.int64.org:/cvsroot/int64 co -P sqlite3x| Inserting Data |
|---|
| Selecting Data |
|---|