Is age a trusted extension? #1631
Answered
by
jrgemignani
ShravanSunder
asked this question in
General
|
I was wondering if age is a trusted extension and can be installed in supabase postgres databases https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html |
Answered by
jrgemignani
Feb 29, 2024
Replies: 2 comments 4 replies
|
@ShravanSunder For the first link, yes. However, for the second link, no. AGE is not a Trusted Language Extension as it is written in C. |
0 replies
Answer selected by
ShravanSunder
|
@ShravanSunder .. It seems there is a bit of talk happening at supabase to support Apache AGE. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ShravanSunder For the first link, yes. However, for the second link, no. AGE is not a Trusted Language Extension as it is written in C.