We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a959f0 commit d193c18Copy full SHA for d193c18
packages/common/src/client/AbstractPowerSyncDatabase.ts
@@ -193,6 +193,11 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
193
return this.connectionManager.syncStreamImplementation;
194
}
195
196
+ /**
197
+ * The connector and connection options used to connect to the PowerSync service.
198
+ *
199
+ * @returns The connector and connection options used to connect to the PowerSync service or null if `connect()` has not been called.
200
+ */
201
get connector() {
202
return this.connectionManager.connector;
203
0 commit comments