@inheritDoc
(source: string)
| 32 | |
| 33 | /** @inheritDoc */ |
| 34 | override async executeDump(source: string): Promise<void> { |
| 35 | await this.ensureConnection(); |
| 36 | this.database.exec(source); |
| 37 | } |
| 38 | |
| 39 | private validateAttachSupport(): void { |
| 40 | const attachDatabases = this.config.get('attachDatabases'); |
no outgoing calls
no test coverage detected