pub fn parse_param(s: &str) -> Result<(String, String), SqlError>
Parse a NAME=VALUE string, splitting at the first =.
NAME=VALUE
=