Interface for Datapod database plugins.
Properties
Methods
-
createDatabase(
DatabaseConfig dbConfig, ConnectionConfig connConfig, {ConnectionConfig? migrationConnConfig}) → Future< DatapodDatabase> -
Creates a new
DatapodDatabaseinstance using the provided configuration. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited