Skip to main content

Usage & Architecture

How Stored Connections Are Used

Once defined in the Database Store, connections can be reused by other modules by referencing the logical name of the stored connection instead of manually entering credentials.

Example Integration

  1. A connection is defined in Database Store (e.g., PG_ANALYTICS).
  2. The Database Wizard retrieves it to browse schema and tables.
  3. Connector Manager references it when creating a replication connector.
  4. Database Comparer uses it to perform structure and data comparison.

This flow ensures unified and secure connection handling throughout the platform.


Module Integrations

ModuleRoleHow It Integrates
Database ComparerCompares database schemas and dataRetrieves connection definitions from Database Store.
Database WizardInteractive data explorerUses saved connections to connect and browse database structures.
Connector ManagerManages replication connectorsMaps connection parameters from Database Store into connector configurations.

Architectural Overview

Architectural OverviewArchitectural Overview

Key Benefits

  • Centralized configuration management for all databases.
  • Time efficiency when creating and maintaining connectors.
  • Consistent parameters shared between modules.
  • Improved security — credentials stored securely in one place.
  • Simplified integration with GUI-based tools.
  • Reduced configuration errors through validation and mapping automation.