Closed as not planned
Description
Not everyone is happy about having a development toolchain on their database machine.
PL/Rust should support some sort of remote compilation facility.
- PL/Rust should have some GUC defining between
local
orremote
builds, and not require any development tools locally ifremote
is specified. - When
remote
is specified, PL/Rust should provide GUC settings to configure the remote.
Open Questions
What does that remote compilation process look like? Do we send just the user's string of Rust code, or does PL/Rust generate the entire crate and ship it off?
Could we utilize well known environments like AWS Lambda, Cloudflare workers, or Fastly's compute edge to create these artifacts?
What does this API look like?
Metadata
Metadata
Assignees
Labels
No labels