Home  +  Forums  +  C++ and Sockets  +  C++ and SQL: MySQL, sqlite, ODBC  +  Miscellaneous Projects
Logo
~Database~
~ C++ ~
~Contact~

Sqlite wrapped

: a C++ wrapper for the Sqlite database C API

[ About | Download | Examples | Diagram | Tutorial | License (GPL) ]

This is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe.

This is free software, licensed under the GNU GPL.

How to create 'libsqlitewrapped.h'

Sometimes the libsqlitewrapped.h file does not get created, so here's how to manually create it.

Win32

copy IError.h+StderrLog.h+SysLog.h+Database.h+Query.h libsqlitewrapped.h

Unix

cat IError.h StderrLog.h SysLog.h Database.h Query.h > libsqlitewrapped.h


Links

Page, code, and content Copyright (C) 2021 by Anders Hedström