This is the implementation of the OrioleDB data handler for MindsDB. OrioleDB is a new storage engine for PostgreSQL, bringing a modern approach to database capacity, capabilities, and performance to the world’s most-loved database platform. It consists of an extension, building on the innovative table access method framework and other standard Postgres extension interfaces. By extending and enhancing the current table access methods, OrioleDB opens the door to a future of more powerful storage models that are optimized for cloud and modern hardware architectures.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect OrioleDB to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to OrioleDB.
Implementation
This handler is implemented by extending the PostgreSQL data handler. The required arguments to establish a connection are as follows:useris the database user.passwordis the database password.hostis the host name, IP address, or URL.portis the port used to make TCP/IP connection.serveris the OrioleDB server.databaseis the database name.