Skip to content

Commit 322e210

Browse files
authored
Update supported connection types (#11)
1 parent c5d4865 commit 322e210

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ methods that have been provided that allow for the same effective hooks.
131131

132132
## Database Connections
133133

134-
| Connection Instance | Library | Database | Implemented |
135-
|-----------------------------|-----------------------------------|-----------|--------------------|
136-
| `PDO` | [PHP PDO][pdo] | PostgreSQL | :white_check_mark: |
137-
| `PDO` | [PHP PDO][pdo] | MySQL | :x: |
138-
| `Amp\Postgres\PostgresLink` | [amphp/postgres@^2][amp-postgres] | PostgreSQL | :x: |
139-
| `Amp\Mysql\MysqlLink` | [amphp/mysql@^3][amp-mysql] | MySQL | :x: |
134+
| Connection Adapter | Connection Instance | Library | Database | Implemented |
135+
|--------------------------------------------------------|-----------------------------|-----------------------------------|-----------|------------|
136+
| `Cspray\DatabaseTestCase\PdoConnectionAdapter` | `PDO` | [PHP PDO][pdo] | PostgreSQL | :white_check_mark: |
137+
| `Cspray\DatabaseTestCase\PdoConnectionAdapter` | `PDO` | [PHP PDO][pdo] | MySQL | :white_check_mark: |
138+
| `Cspray\DatabaseTestCase\AmpPostgresConnectionAdapter` | `Amp\Postgres\PostgresLink` | [amphp/postgres@^2][amp-postgres] | PostgreSQL | :white_check_mark: |
139+
| | `Amp\Mysql\MysqlLink` | [amphp/mysql@^3][amp-mysql] | MySQL | :x: |
140140

141141
[amp-mysql]: https://github.com/amphp/mysql
142142
[amp-postgres]: https://github.com/amphp/postgres

0 commit comments

Comments
 (0)