Lists all of the site's external database connections of all adaptor types.
function listExternalDatabaseConnections(
options: ListExternalDatabaseConnectionsOptions,
): Promise<ListExternalDatabaseConnectionsResponse>;
import { externalDatabaseConnections } from "@wix/data";
async function listExternalDatabaseConnections(options) {
const response =
await externalDatabaseConnections.listExternalDatabaseConnections(options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.