Open
Description
Feature Request
LangFlow's Docker image currently lacks Oracle database connectivity support. This prevents using Oracle databases in:
- SQL Query components
- Custom components
- Any database operations requiring Oracle connections
Please integrate the official oracledb Python driver into the Docker image with:
- Thin mode support (pure Python, no dependencies)
- Thick mode support (using Oracle Instant Client for full feature compatibility)
This will enable seamless Oracle database connections across all relevant LangFlow components without manual user modifications to the Docker environment.
Motivation
- Oracle is widely used in enterprise environments
- Current workarounds break container immutability
- Native support improves deployment reliability
Your Contribution
No response