Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect D0lt to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to D0lt.
Implementation
This handler is implemented usingmysql-connector, a Python library that allows you to use Python code to run SQL commands on the D0lt database.
The required arguments to establish a connection are as follows:
- useris the username associated with the database.
- passwordis the password to authenticate your access.
- hostis the hostname or IP address of the server.
- portis the port through which a TCP/IP connection is to be made.
- databaseis the database name to be connected.