SQL snippets not available in self hosted instance? #12388
|
Hi everyone, |
Replies: 1 comment 1 reply
|
Hi @dominikjannis , Tagging @kiwicopple to have some insights if this is possible in the long term. |
|
Hi everyone, |
|
Hi @dominikjannis , Tagging @kiwicopple to have some insights if this is possible in the long term. |
Hi @dominikjannis ,
unfortunately this feature is not provided in Supabase self-hosted version.
It's a feature, among others, provided only in cloud hosted because it's an extension of the Supabase ecosystem.
This is also designed like this to not oversize Database with data as it is limited in Free Tier for example.
So they have a separate db to store all sql queries from all users (at least I think) and the other "external" features.
Porting this feature into self-hosting isn't quite impossible but requires Supabase team to agree on this.
For examples they (or someone) could develop a Postgres extension to be installed on self-hosted that provides migrations for storing sql queries.
Or …