grafana/public/app/plugins/datasource/grafana-postgresql-datasource
Jack Westbrook 5cb4c311dc
Chore: Eslint ignore webpack.config barrel files (#116115)
chore(eslint): ignore decoupled plugins webpack configs barrel files
2026-01-12 11:13:11 +00:00
..
configuration PostgreSQL: Remove feature toggle postgresDSUsePGX (#113675) 2025-11-24 10:26:41 +01:00
img
CHANGELOG.md
CheatSheet.tsx
datasource.test.ts Postgresql: Fix variable interpolation logic when the variable has multiple values (#114058) 2025-12-04 20:58:20 +01:00
datasource.ts Postgresql: Fix variable interpolation logic when the variable has multiple values (#114058) 2025-12-04 20:58:20 +01:00
jest-setup.js Frontend: Move toEmit jest matchers to shared workspace (#108610) 2025-07-30 14:39:44 +02:00
jest.config.js Frontend: Decouple unit tests for decoupled plugins from core (#107942) 2025-07-17 14:47:52 +02:00
module.ts
package.json Remove unneeded node options (#114081) 2025-11-18 11:41:08 +00:00
plugin.json PostgreSQL: Decouple plugin (#111620) 2025-10-02 14:12:47 +02:00
postgresMetaQuery.test.ts
postgresMetaQuery.ts
PostgresQueryEditor.tsx
PostgresQueryModel.ts
project.json
README.md
sqlCompletionProvider.ts
sqlUtil.ts
tsconfig.json
types.ts
webpack.config.ts Chore: Eslint ignore webpack.config barrel files (#116115) 2026-01-12 11:13:11 +00:00

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

  1. Open the side menu by clicking the Grafana icon in the top header.
  2. In the side menu under the Dashboards link you should find a link named Data Sources.
  3. Click the + Add data source button in the top header.
  4. Select PostgreSQL from the Type dropdown.

http://docs.grafana.org/features/datasources/postgres/