function search_user(userName) {
return db.all(
'select * from user where user_name=' + userName)
}


意味わからん