SQLite C++ Wrapper

A minimalistic wrapper for SQLite 3.x, inspired by the ADO.NET interfaces.

Files

VersionFileDescriptionSize
June 16th, 2005sqlite3x.zipsqlite3x source14KiB

Platform Support

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.

Open Source

SQLite C++ Wrapper is Open Source under the zlib License. It makes use of the following Open Source software: SQLite

CVS Info

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

Examples

Inserting Data
Selecting Data
Open Source
int64.org - When 4GiB of RAM just isn't enough.SourceForge.net Logo
Generated from sqlite.xml and theme.xslt
Stay updated with the RSS Feed
Valid XHTML | Valid CSS | WCAG AA