PostgresAdapter constructor

PostgresAdapter({
  1. required Connection connection,
})

Implementation

PostgresAdapter({required this.connection});