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.
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.
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.