My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

News: sqlite3pp is using git.

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, it's also easy to write the sqlite3's functions and aggregations.

The following links have detail introductions for this wrapper. (in Korean)

You can get the source code from the Source tab above.

See also

Powered by Google Project Hosting