File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments