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: about 2 months ago
JSON representation

Comparison test of C++ Database libraries

Lists

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