My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: sqlite, sqlite3, sqlite3pp, wrapper, cpp, cplusplus
Show all Featured wiki pages:
UsagePage
Feeds:
People details
Project owners:
  iwongu
Project committers:
e...@waxworlds.org, slava.tutushkin

Introduction

SQLite3++ is a C++ wrapper of SQLite3 API.

It makes SQLite3 API more friendly to C++ users. It supports almost all of SQLite3 features using C++ classes such as database, command, query, and transaction. The query class supports iterator concept for fetching records.

With ext::function class, you can write sqlite3's functions and aggregations, easily.

The following links have detail introduction for this wrapper. (They're written in Korean.)

See also









Hosted by Google Code