This is the implementation of the Microsoft Access data handler for MindsDB. Microsoft Access is a pseudo-relational database engine from Microsoft. It is part of the Microsoft Office suite of applications that also includes Word, Outlook, and Excel, among others. Access is also available for purchase as a stand-alone product. It uses the Jet Database Engine for data storage.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 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.