chore: update changeset and implementation

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-11-28 13:50:40 +01:00
parent 35d6263803
commit bc4ae198ef
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/backend-defaults': patch
---
Support `client: pg+google-cloudsql` in database client for usage with `@google-cloud/cloud-sql-connector` and `iam` auth
Support `connection.type: cloudsql` in database client for usage with `@google-cloud/cloud-sql-connector` and `iam` auth
@@ -252,7 +252,6 @@ export class DatabaseManager {
databaseConfig,
{
pg: new PgConnector(databaseConfig, prefix),
'pg+google-cloudsql': new PgConnector(databaseConfig, prefix),
sqlite3: new Sqlite3Connector(databaseConfig),
'better-sqlite3': new Sqlite3Connector(databaseConfig),
mysql: new MysqlConnector(databaseConfig, prefix),