Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 473 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 473 Bytes

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.