A database abstraction layer for C++ and POCO framework
(C) 2006-2014 Thralling Penguin LLC. All rights reserved.
For information about usage, consult the class reference available in the doc directory (if you have Doxygen) or view the online one available at Thralling Penguin's website.
There is an article at http://benden.us/ about DBAbstract. Doxygen documentation for the original version is available here.
Building On OS X/Linux
As a requirement to building you must have Homebrew and the following modules installed:
- cmake
- poco
- gtest (included)
- mysql (optional)
- sqlite3 (optional)
- postgresql (optional) [Postgres.app will be automatically detected, if installed.]
Then inside a git checkout of this project, do the following:
$ cmake .
$ make
$ make install
$ ./src/test_db or ./src/tests