Main public logs
Appearance
Combined display of all available logs of JOHNWICK. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:58, 14 November 2025 PC talk contribs created page Rust and SQL: A Match Made in Backend Heaven (Created page with "So you’re building a backend API. You need a database. You want it fast, safe, and not a nightmare to maintain. Let me tell you about something that just works: Rust with SQL. The Problem with Traditional Approaches Ever written code like this in JavaScript? const user = await db.query("SELECT * FROM users WHERE id = " + userId); Looks innocent. But if userId comes from user input, you just opened the door to SQL injection. Oops. Or maybe you’re using an ORM th...")