Class | Description |
---|---|
DatabaseWrapper |
Wraps the external database used by
DatabaseTestSystem
so that HOW the database is interacted with is independent of WHAT we do with that connection. |
DockerDatabaseWrapper |
Implementation of
DatabaseWrapper for databases that are managed via docker in JdbcDatabaseContainer s. |
JdbcDatabaseWrapper |
Implementation of
DatabaseWrapper for databases that are connected to via a JDBC url and are not "started" in a traditional sense. |
UnimplementedWrapper | Deprecated
will remove when all TestSystems are created.
|
Copyright © 2023 Liquibase.org. All rights reserved.