10000 Update README.md · thedemodev/supabase-postgres@723bf74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 723bf74

Browse files
authored
Update README.md
1 parent f6cf1a7 commit 723bf74

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
66

77
- ✅ Postgres 12
88
- ✅ Ubuntu 18.04 (Bionic)
9-
-[pg-contrib-12](https://www.postgresql.org/docs/12/contrib.html)
10-
- [wal_level]((https://www.postgresql.org/docs/current/runtime-config-wal.html)) = logical
11-
-[PostGIS](https://postgis.net/)
12-
-[pgTAP](https://pgtap.org/)
13-
- [plv8](https://github.com/plv8/plv8) - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129147)
14-
-PL/python - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129797)
15-
-`readonly` role - a readonly user set up by default for the public schema
9+
-[pg-contrib-12](https://www.postgresql.org/docs/12/contrib.html). Because everyone should enable `pg_stat_statements`.
10+
- `readonly` role. A readonly role set up by default for the public schema.
11+
-[wal_level]((https://www.postgresql.org/docs/current/runtime-config-wal.html)) = logical. Ready for replication.
12+
-[PostGIS](https://postgis.net/). Postgres' most popular extension - support for geographic objects.
13+
- [pgTAP](https://pgtap.org/). Unit Testing for Postgres
14+
-[plv8](https://github.com/plv8/plv8) - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129147). Write in Javascript functions in Postgres.
15+
-PL/python - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129797). Write in Python functions in Postgres.
1616

1717
## Install
1818

0 commit comments

Comments
 (0)
0