FEATURES
TUTORIALS
PRICING
RESOURCES
AppSynergy uses MariaDB for its SQL database. This means you can use standard MariaDB and MySQL connectors and software to access your database. The recommended connectors are linked below.
You will need to create an API Key to grant access to any external users. See Tools > API Keys for details.
Windows 64 bit ODBC
Click to download the MSI file.
Be sure to enable Force TLS Use when configuring the DSN.
Java JDBC Driver
Click to download the JDBC driver.
All MariaDB Connectors
Click to visit the MariaDB Connector download page.
You can also access your database via our restful API.
Execute a SQL query and return the results in either JSON or CSV format. The Security Role assigned to the API Key determines what is accessible.
The sqlCmd can be any valid SQL query.
If responseFormat was CSV:
If responseFormat was JSON:
The data.rows property is an array of row objects. Each row object has an array of value objects. Each value object has a value property. Therefore data.rows[0].values[0].value refers to the value in the first column of the first row.
Execute a SQL DML statement (e.g. INSERT, UPDATE, DELETE) and return the number of rows affected. The Security Role assigned to the API Key determines what can be modified.
Note that all API requests: