GoLand
 
Get GoLand
You are viewing the documentation for an earlier version of GoLand.

Manage data sources

Last modified: 03 July 2023

Data source stores a list of connection details that are used to establish connection to a database. In a data source, you can also select databases and schemas for introspection and display in Database tool window, change driver, configure SSH and SSL connection, and so on.

To manage these settings, in the Database tool window ( View | Tool Windows | Database) , click the Data Source Properties button (the Data Source Properties button).

Data source with connection details for a PostgreSQL database

You can see the list of created data sources in the Database tool window ( View | Tool Windows | Database) .

Data sources in the Database tool window

In GoLand, you can create the following data sources:

  • Database data source: operational databases that contain data (see Connecting to database).

  • Data Definition Language (DDL) data source: SQL files that contain data definition language statements (see DDL data sources).