grafana/public/app/plugins/datasource/grafana-postgresql-datasource
Zoltán Bedi 7055a879ba
PostgreSQL: Decouple plugin (#111620)
2025-10-02 14:12:47 +02:00
..
configuration PostgreSQL: Support PGPASSFILE by making password optional (#108856) 2025-09-26 16:23:40 +02:00
img
CHANGELOG.md
CheatSheet.tsx
PostgresQueryEditor.tsx SQL Datasources: Make QueryEditor lazy loaded (#96179) 2024-11-15 12:28:01 +01:00
PostgresQueryModel.ts
README.md
datasource.test.ts SQL: Add macro support in select case (#88514) 2024-11-04 17:13:35 +01:00
datasource.ts Chore: Remove `sqlQuerybuilderFunctionParameters` feature toggle (#100809) 2025-02-19 15:38:27 +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 Update Yarn to v4.9.4 (#111232) 2025-09-17 11:07:20 +00:00
plugin.json PostgreSQL: Decouple plugin (#111620) 2025-10-02 14:12:47 +02:00
postgresMetaQuery.test.ts
postgresMetaQuery.ts Postgresql: Support tables from non-default schema (#95636) 2024-11-12 09:18:29 +00:00
project.json Build: Nx improvements (#88341) 2024-10-15 14:25:45 +02:00
sqlCompletionProvider.ts Big tent data sources: Replace deprecated `@grafana/experimental` with `@grafana/plugin-ui` (#99331) 2025-01-22 15:18:41 +01:00
sqlUtil.ts
tsconfig.json SQL Datasources: Make QueryEditor lazy loaded (#96179) 2024-11-15 12:28:01 +01:00
types.ts
webpack.config.ts Plugin Configs: Use nodes strip types for processing webpack configs (#105542) 2025-07-09 10:38:17 +00:00

README.md

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/