SQL Server
Acho allows you to connect to any SQL Server database (Self-hosted, GCP Cloud SQL, AWS PostgreSQL, AWS Aurora...). You can follow the steps below to set up the connection.
1. Go to the Resources page and click the Add Resource button.
2. In the "Select a data source" step, select SQL Server under the Database tab.
3. In the "Configure the data source" step, enter your database login credentials.
host
: either ahostname
or anIP address
depending on where you host your PostgreSQL databaseport
DB Name
User
Password
Note: remember to add Acho's IP address, 35.239.14.244, to your whitelist before starting the connection.
4. In the "Select the tables", choose tables that you want to import.
5. Click Finish Setup. You will see a
icon next to your SQL Server resource. It may take a few minutes to several hours depending on the data size and the number of your tables. Once your APP's data is ready, you will receive a notification email.

Acho supports creating schedulers to retrieve the latest data from your database at a certain time interval. To see more details, you can visit here.
You should whitelist our service IP address
34.71.232.211
. This way we can make a connection to your database and import the tables to Acho Studio. Here is how you can whitelist Acho's service IP address for your database instance.- 1.Click on your database instance and then navigate to the Connections page
- 2.Check the Public IP checkbox.
- 3.Click Add network , and enter
34.71.232.211
(If you need to input an IP range, just enter34.71.232.211/32
). - 4.Click Done and Save.

img
1. Go to Network & Securtiy and make sure your database instance can connect to our service as shown below.

img
2. Click on the Security Groups and add an Inbound Rule to allow our service to connect to your database as shown below.
Last modified 1yr ago