M-griffin / Sqlite-Wrapped

A C++ wrapper for the Sqlite database C API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite Wrapped

This a port of SQLite Wrapped a C++ wrapper for the Sqlite database C API Copyright (C) 2013 by Anders Hedström and relased under the GNU Public Licence v2.

http://www.alhem.net/project/sqlite/index.html Official release is Version 1.3.1 Released 2008-06-29

The aim of this project is to update SQLite Wrapped to use newer SQLite3 API features, extend existing functionality where helpful, and update the core to take advance of new C++11 features.

About

A C++ wrapper for the Sqlite database C API

License:GNU General Public License v2.0


Languages

Language:C++ 98.5%Language:Makefile 1.5%