# Interfaces
WithCreate represents the creation method interface for a driver.
WithDestroy represents the destroying method interface for a driver.
WithMigrations represents the method interface for extracting the migrations from a driver.
WithNamespace represents a method interface for extracting the namespace on which the driver operates.
WithPatches represents an interface for extracting patches from a driver.
WithReleases represents the method interface for extracting releases from a driver.
WithSource represents a driver that is able to return its connection string.