Opadeez Help Center

Connections

Overview

A Connection is a name given to a data source in Opadeez. Connections allow you to define multiple database sources for your application, enabling entities to store data in different databases as needed. At runtime, the actual connection parameters are defined in the System.properties file.

Connections Configuration

Connections interface for defining data source configurations

Connection Properties

Connection Name

Connection Type

Runtime Configuration

System Properties Integration

Connection parameters are configured at runtime through the System.properties file:

Use Cases

Multi-Database Architecture

Common Connection Scenarios

Best Practices

Connection Design

Performance Considerations

Related Topics

Pro Tip: Start with a single connection for most applications. Add additional connections only when you have specific requirements for data separation or integration with external systems.