Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
- ✅ [pgsql-http](https://github.com/pramsey/pgsql-http). HTTP client for Postgres.
- ✅ [plpgsql_check](https://github.com/okbob/plpgsql_check). Linter tool for PL/pgSQL.
- ✅ [plv8](https://github.com/plv8/plv8). Write in Javascript functions in Postgres.
- ✅ [PL/Java](https://github.com/tada/pljaval). Write in Java functions in Postgres.
- ✅ [PL/Java](https://github.com/tada/pljava). Write in Java functions in Postgres.
- ✅ [pg_cron](https://github.com/citusdata/pg_cron). Run CRON jobs inside Postgres.
- ✅ [pg-safeupdate](https://github.com/eradman/pg-safeupdate). Protect your data from accidental updates or deletes.

Expand Down