mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 08:53:02 +08:00

* Fix: sql plugins feature * SQLDS: Use builtin annotation editor Plus strict rule fixes * MSSQL: Migrate query editor to React * Make code editor work * Make SQLOptions and SQLQuery in SQLDatasource and in Editor generic * MSSQL: Fix ts issues * Fix SQLDatasource refID * Remove comment * Revert "Make SQLOptions and SQLQuery in SQLDatasource and in Editor generic" This reverts commit 1d15b4061a0a08a0a6fdbdac6cbf8336f0b4df0c. * Fix ts issues without generic * TS
Grafana PostgreSQL Data Source - Native Plugin
Grafana ships with a built-in PostgreSQL data source plugin that allows you to query and visualize data from a PostgreSQL compatible database.
Adding the data source
- Open the side menu by clicking the Grafana icon in the top header.
- In the side menu under the Dashboards link you should find a link named Data Sources.
- Click the + Add data source button in the top header.
- Select PostgreSQL from the Type dropdown.