This is the implementation of the SAP SQL Anywhere data handler for MindsDB. SAP SQL Anywhere is an embedded database for application software that enables secure and reliable data management for servers where no DBA is available and synchronization for tens of thousands of mobile devices, Internet of Things (IoT) systems, and remote environments.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 SAP SQL Anywhere to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to SAP SQL Anywhere.
Implementation
This handler is implemented usingsqlanydb, the Python driver for SAP SQL Anywhere.
The required arguments to establish a connection are as follows:
hostis the host name or IP address of the SAP SQL Anywhere instance.portis the port number of the SAP SQL Anywhere instance.userspecifies the user name.passwordspecifies the password for the user.databasesets the current database.serversets the current server.
Usage
You can use the below SQL statements to create a table in SAP SQL Anywhere calledTEST.
| ID | NAME | DESCRIPTION |
|---|---|---|
| 1 | h | w |