Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JohannAnhofer/cpp_db
A Database access layer for C++
https://github.com/JohannAnhofer/cpp_db
Last synced: 16 days ago
JSON representation
A Database access layer for C++
- Host: GitHub
- URL: https://github.com/JohannAnhofer/cpp_db
- Owner: JohannAnhofer
- Created: 2013-12-12T18:15:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T18:19:43.000Z (11 months ago)
- Last Synced: 2024-07-31T22:58:03.926Z (3 months ago)
- Language: C++
- Size: 12.1 MB
- Stars: 6
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cpp_db
======A relational database access layer for C++
Tested with:
* Mac OS X 10.9: CLang/LLVM 64-Bit (LLVM 3.3svn)
* Windows 7 x86: Visual Studio 2013 Desktop Express
* Windows 8.1 x64: Visual Studio 2013 Desktop Express
* Windows 10 x64: Visual Studio 2015 Community Edition
* Windows 7 x86: MinGW 4.8
* Windows 8.1 x64: MinGW 4.8
* Ubuntu 13.10 x86: GCC 4.8.1
* Ubuntu 13.10 x64: GCC 4.8.1For systems other than Windows use Qt Creator to compile/edit the project.
The project it self doesn't rely on Qt Libraries, but qmake is used as
project manager.For Windows Systems use Visual Studio 2015.