## Describe the problem I would like to be able to add Rust extensions to postgres to perform complex server-side computations. ## Describe alternatives Host my own PostgreSQL and build a rust extension using one of many documented paths like [this](https://tech.marksblogg.com/postgresql-extension-rust.html)