|
|
|
|
|
by zombodb
2161 days ago
|
|
You're not wrong, but barring bugs in `pgx` (of which I'm sure there are plenty right now), at least Rust gives you compile-time guarantees around not crashing. And when running inside your database process, that's a huge win. |
|
And here's what you'd have to do to implement it in C: https://github.com/postgres/postgres/blob/dad75eb4a8d5835ecc...