Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect Microsoft Access to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Microsoft Access.
Implementation
This handler is implemented usingpyodbc
, the Python ODBC bridge.
The only required argument to establish a connection is db_file
that points to a database file to be queried.