PostgresqlCliConnectionOpener typedef

PostgresqlCliConnectionOpener = Future<PostgresqlCliSession> Function(String connectionUrl)

Opens a PostgreSQL session used by the migration CLI.

Implementation

typedef PostgresqlCliConnectionOpener =
    Future<PostgresqlCliSession> Function(String connectionUrl);