OrioleDB
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.
Prerequisites
Before proceeding, ensure the following prerequisites are met:
- Install MindsDB locally via Docker or use MindsDB Cloud.
- 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:
user
is the database user.password
is the database password.host
is the host name, IP address, or URL.port
is the port used to make TCP/IP connection.server
is the OrioleDB server.database
is the database name.
Usage
In order to make use of this handler and connect to the OrioleDB server in MindsDB, the following syntax can be used:
You can use this established connection to query your table as follows: