1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
[](https://travis-ci.org/vinzenz/vsqlite--)
[](https://scan.coverity.com/projects/1976)
VSQLite++ - A welldesigned and portable SQLite3 Wrapper for C++
(C) 2006-2014 by virtuosic bytes - vinzenz.feenstra@gmail.com
Author: Vinzenz Feenstra
License: BSD-3
# Supported Compilers
- g++ 4.x
- MSVC 2005-2013
- Clang 3.x
# Operating Systems
- Linux
- Windows
- Mac OS X
# Dependencies
- Boost Libraries [ http://www.boost.org ] >= 1.33
- libsqlite3
Additional notices:
- Please let me know if you want to suggest features
- Contributions are welcome
- Proposals for Design Improvement are welcome
|