SQL's CASE expression is one of the few explicit conditional evaluation constructs the language provides.
It allows you to control which expression from a …
Articles by Pepijn Van Eeckhoudt
Using Rust async for Query Execution and Cancelling Long-Running Queries
Have you ever tried to cancel a query that just wouldn't stop? In this post, we'll review how Rust's
asyncprogramming model works, how …