MariaDB
Anyquery is able to run queries from MySQL wire-compatible databases, such as MariaDB. This is useful when you want to import/export data from/to a MariaDB database. Or when you want to join an API with a MariaDB database.
Connection
To connect a MariaDB database to Anyquery, you need to provide the connection string. It has the following format:
Then, create a new connection using the following command:
Refer to the MySQL guide for more information about the different parameters.
Additional information
- Geometry types of MariaDB are not supported in Anyquery. If you need to work with geometry types, consider using MySQL or PostgreSQL.