Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

jbenden/dbabstract

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status Coverage Status 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

About

A database abstraction library for the POCO C++ framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published