Get the latest tech news
A Rust procedural language handler for PostgreSQL
A Rust procedural language handler for PostgreSQL. Contribute to tcdi/plrust development by creating an account on GitHub.
PL/Rust provides access to Postgres' Server Programming Interface( SPI) including dynamic queries, prepared statements, and cursors. On x86_64 and aarch64 Linux systems PL/Rust can be a " trusted" procedural language, assuming the proper compilation requirements are met. On other systems, it is perfectly usable as an " untrusted" language but cannot provide the same level of safety guarantees.
Or read this on Hacker News