# PL/Rust - Rust로 PostgreSQL 함수 작성하기

> Clean Markdown view of GeekNews topic #8935. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8935](https://news.hada.io/topic?id=8935)
- GeekNews Markdown: [https://news.hada.io/topic/8935.md](https://news.hada.io/topic/8935.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-04-12T10:33:01+09:00
- Updated: 2023-04-12T10:33:01+09:00
- Original source: [github.com/tcdi](https://github.com/tcdi/plrust)
- Points: 10
- Comments: 0

## Topic Body

- "Rust Procedural Language Handler"  
- 기존 PL처럼 인터프리트 되지 않고 네이티브 머신 코드로 컴파일 되어 최적의 성능을 구현   
- 동적 쿼리, Prepared Statement, Cursor 등을 포함한 Postgres의 SPI 접근을 지원   
- pgx 기반의 Postgres 확장

## Comments



_No public comments on this page._
