PostgresqlCliSession constructor
const
PostgresqlCliSession({
- required SessionExecutor executor,
- required Future<
void> close(),
Creates a CLI session wrapper.
Implementation
const PostgresqlCliSession({required this.executor, required this.close});