tokio-postgres 问答列表

错误:错误 { kind: ToSql(0), cause: Some(WrongType { postgres: Json, rust: “alloc::string::String” }) }

作者:Bumin Qagan 提问时间:11/7/2023

我试图将 json 值插入我的表中并出现错误 async fn insert_values(client: &Client, user: Report) -> Result<(), Error> {...


共1条 当前第1页