We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188f98c commit 39a21d7Copy full SHA for 39a21d7
README.md
@@ -4,12 +4,13 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
4
5
## Features
6
7
-✅ Postgres 12
8
-✅ `wal_level` = `logical`
9
-✅ `pgcrypto`
10
-✅ `pg_stat_statements`
11
-✅ `postgis`
12
-✅ `pgTAP`
+- ✅ Postgres 12
+- ✅ `wal_level` = [logical](https://www.postgresql.org/docs/current/runtime-config-wal.html)
+- ✅ [PostGIS](https://postgis.net/)
+- ✅ [pgTAP](https://pgtap.org/)
+- ✅ plv8 - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129147)
13
+- ✅ PL/python - [coming soon](https://github.com/supabase/postgres/issues/5#issuecomment-621129797)
14
15
## Install
16
0 commit comments