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.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of PostgreSQL

PostgreSQL

Photo of Rust

Rust

Related news:

News photo

Hydro: Distributed Programming Framework for Rust

News photo

Rust’s worst feature

News photo

Parsing PDFs (and more) in Elixir using Rust