Steam Link is tailored for gaming, but it works
great for remote access. Performance is excellent and it has clients for all major platforms.
$vars = array(":userid" => $userid);
q("select name from users where id = :userid", $vars);
It's still pretty concise and is much safer.