Having some "fun" with low-level programming against #PostgreSQL: written a custom asynchronous query firewall (with the tokio crate) in #Rust that intercepts incoming PostgreSQL queries, and only forwards them to the real PostgreSQL cluster, if they are not on a denied list.
0 likes 1 replies
?