Skip to content

Commit 72a94af

Browse files
encimagithub-actions[bot]ChrisChinchilla
authored
Clarify extension docs that custom extensions are not supported (supabase#38070)
* clarified extension support and linked to github discussion * Update apps/docs/content/guides/database/extensions.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/content/guides/database/extensions.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * add dbdev reference * add dbdev reference * Update extensions.mdx Co-authored-by: Chris Chinchilla <[email protected]> * Update extensions.mdx Co-authored-by: Chris Chinchilla <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Chinchilla <[email protected]>
1 parent 143ec2d commit 72a94af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/docs/content/guides/database/extensions.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ If a new version of an extension becomes available on Supabase, you need to init
6060

6161
### Full list of extensions
6262

63-
Supabase is pre-configured with over 50 extensions. You can also install your own SQL extensions directly in the database through our SQL editor.
63+
Supabase is pre-configured with over 50 extensions and you can install additional extensions through the [database.dev](https://database.dev/) package manager.
64+
65+
You can install pure SQL extensions directly in the database using the SQL editor or any Postgres client.
66+
67+
If you would like to request an extension, add (or upvote) it in the [GitHub Discussion](https://github.com/orgs/supabase/discussions/33754).
6468

6569
<Extensions />

0 commit comments

Comments
 (0)