Skip to main content

Setup Connection

This is where you provide your database credentials so Anansi can connect to it.

1. Choose Your Database Type & Enter Connection Details

Pick your database type from the tabs below to view connection parameters and screenshots:

Parameters to Enter:

  • DB Type: Select SQL Server as the database type.
  • Connection String (Required): Enter the ODBC connection string of your SQL Server Database.
  • Schema Name (Required): Specify the schema name to be imported from SQL Server Database.

SQL Server Import

Example Connection String
Driver={ODBC Driver 18 for SQL Server};Server=tcp:sqlserver.mycompany.com,1433;Database=SalesDB;Uid=admin_user;Pwd=xxx;Encrypt=yes;TrustServerCertificate=no;Connection Timeout=60;

Replace the Server address, Database name, Uid (username), and Pwd (password) with your actual database details.


2. (Optional) Use an SSH Tunnel

If your database is inside a private network or behind a firewall, toggle on "Use SSH Tunnel" to configure an encrypted bridge:

  • Local Port (Required): Port on your local machine the tunnel listens on (1–65535).
  • Remote Host (Required): Internal address of the database server.
  • Remote Port (Required): Database internal port (1–65535).
  • SSH Host (Required): The server address you connect through (e.g. ssh.mycompany.com).

3. Click "Next" — Connection Is Tested

Click "Next". Anansi validates the fields, verifies that port numbers are within valid ranges, and tests the live connection.

  • Success: A green "Connection Established" toast appears, and you advance to Step 2.
  • Failure: A red error toast appears detailing what failed.