Postgres with Trusted Lang Extensions (TLE) #94
bobmcwhirter
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
@bobmcwhirter this example is working: https://github.com/helio-frota/plrust-example just clone + copy/pasta commands to evaluate 👍 |
Beta Was this translation helpful? Give feedback.
5 replies
-
What I mentioned on today's call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it could be useful to evaluate TLE from Amazon.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.html
While this is RDS-centric docs, it is possible to run the same in a local Pgsql.
We maybe should spin a ... strategy? for our embedded-pgsql to use a pgsql+tle so that we could map directly to TLE in RDS for deployments targeting AWS.
This would all us to freely write stored procedures and functions inside of postgresql using Rust.
Beta Was this translation helpful? Give feedback.
All reactions