ToroDB: Integration tests tools · This module contains common code to test different backend implementations. Like the tests each backend should pass or utility classes that works well with each backend test suite. NOTE: It must be used just for test cases, not for production code.
Group: com.torodb.engine.backend - All Dependencies
test-tools
0.50.3
backend-derby
0.50.3
ToroDB: Backend Derby · Derby implementation of a ToroDB backend.
backend-postgresql
0.50.3
ToroDB: Backend PostgreSQL · PostgreSQL implementation of a ToroDB backend.
backend-mysql
0.50.3
ToroDB: Backend MySQL · MySQL implementation of a ToroDB backend.
backend-pom
0.50.3
ToroDB: DB backends · Parent project for the database backends module. ToroDB is designed to support multiple possible backends (databases). User configuration would select which one to use at a given time. Different backends may offer different capabilities and user features.