YugabyteDB
Anyquery is able to run queries from PostgreSQL wire-compatible databases, such as YugabyteDB. This is useful when you want to import/export data from/to a YugabyteDB database. Or when you want to join an API with a YugabyteDB database.
Connection
Section titled “Connection”To connect a YugabyteDB database to Anyquery, you need to provide the connection string. It has the following format:
postgresql://user:password@host:port/databaseIf you’re using YugabyteDB Cloud, you can find the connection string by clicking on the Connect button in the YugabyteDB Cloud console. Select Connect to your Application and copy the connection string from the modal.
Then, create a new connection using the following command:
anyquery connection addRefer to the PostgreSQL guide for more information about the different parameters.