Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
API Remove PDO support (#1) (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Boyd <[email protected]>
  • Loading branch information
maxime-rainville and emteknetnz authored Apr 3, 2023
1 parent 562d910 commit e609999
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _config/proxydb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ After: '#databaseconnectors'
SilverStripe\Core\Injector\Injector:
MySQLDatabase:
factory: TractorCow\SilverStripeProxyDB\ProxyDBFactory
MySQLPDODatabase:
factory: TractorCow\SilverStripeProxyDB\ProxyDBFactory
---
Name: proxydb-postgresql
After: '#postgresqlconnectors'
---
SilverStripe\Core\Injector\Injector:
PostgrePDODatabase:
factory: TractorCow\SilverStripeProxyDB\ProxyDBFactory
PostgreSQLDatabase:
factory: TractorCow\SilverStripeProxyDB\ProxyDBFactory

Expand All @@ -22,7 +18,5 @@ Name: proxydb-sqlite
After: '#sqlite3connectors'
---
SilverStripe\Core\Injector\Injector:
SQLite3PDODatabase:
factory: TractorCow\SilverStripeProxyDB\ProxyDBFactory
SQLite3Database:
factory: TractorCow\SilverStripeProxyDB\ProxyDBFactory

0 comments on commit e609999

Please sign in to comment.