https://github.com/Ivony/Jumony
Ivony 的 DbUtility 也非常有意思:
db.T( "SELECT Username FROM Users WHERE ID = {0};", userId ).ExecuteScalar<string>();