Skip to content

Commit

Permalink
Update README.,d
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmarsh authored Feb 2, 2023
1 parent 93e9f18 commit ffc3db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PostgreSQL Exporter

Prometheus exporter Golang library for PostgreSQL server-side metrics. An alternative to [pometheus-community/postgres_exporter](https://github.com/prometheus-community/postgres_exporter), which still uses [lib/pq](https://github.com/lib/pq).
Prometheus exporter for PostgreSQL server-side metrics. An alternative to [prometheus-community/postgres_exporter](https://github.com/prometheus-community/postgres_exporter), which still uses [lib/pq](https://github.com/lib/pq).

As `lib/pq` is in maintenance mode, this library leverages [pgx](https://github.com/jackc/pgx), which aims to be low-level, fast, and performant, while also enabling PostgreSQL-specific features that the standard `database/sql` package does not allow for (and is actively maintained).

Expand Down

0 comments on commit ffc3db3

Please sign in to comment.