await connection.createQueryBuilder() .insert() .into(Post) .values(post2) .onConflict(`("id") DO NOTHING`) .execute(); await connection.
確定! 回上一頁