Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csoma/Cpp-DB-Test
Comparison test of C++ Database libraries
https://github.com/csoma/Cpp-DB-Test
Last synced: 18 days ago
JSON representation
Comparison test of C++ Database libraries
- Host: GitHub
- URL: https://github.com/csoma/Cpp-DB-Test
- Owner: csoma
- License: mit
- Created: 2014-02-17T18:57:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T19:10:11.000Z (over 10 years ago)
- Last Synced: 2024-07-31T22:58:46.229Z (3 months ago)
- Language: C
- Size: 7.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cpp-DB-Test
Comparison test of C++ Database libraries
## License
Test code is MIT or BSD - at your choice.
Modules are licensed individually by their respective owners.
* [CppCMS CppDB library](module/cppdb/README.md) - see also: http://cppcms.com/sql/cppdb/
* [N3886 C++ standard proposal](module/cpp_db_/README.md) - see also http://groups.google.com/a/isocpp.org/group/databases/
* [C++ DSL for SQL](module/sqlpp11/README.md) - see also https://github.com/rbock/sqlpp11