DatabaseImplType<Type, T>: InstanceType<DatabaseClass<T>[Type]>

Represents a specific implementation type for a database based on the provided DatabaseType.

Type Parameters

  • Type extends DatabaseType

    The type of database to implement.

  • T

    The generic type for the database implementation.

An instance of the specified database class for the given type.