Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

There are 3 ways of sharing your queries with third-party tools:

  1. Connecting through JDBC driver with industry instruments like Power Bi, Google Sheets, Tableau, Microsoft Excel, Pentaho, etc.

  2. Through CSV format using a browser

  3. Connecting through ODATA protocols

How does it work?

SQL Cloud is a 100% JavaScript database. Therefore a browser page is always required to run it.

As it is an app for Jira, a user must be logged in to Jira to view the page and connect to it.

This may look weird, but the JDBC Driver cares about this process automatically making all the actions on behalf of a user.

The SQL Cloud - Query Server page is displayed below:

The page displays the database connection status:

DISCONNECTED This means that Server is enabled and waiting for a connection.

CONNECTING Query Server has received a connection request and is checking the remote user’s authentication

CONNECTED The remote user has been authenticated and the server is connected and listening to incoming user's queries

DISABLED Query server is disabled, so it will not be possible to connect to it in any way.

  • No labels