The data is encoded using the psycopg2 Binary object. cur.execute("INSERT INTO images(data) VALUES (%s)", (binary,)). This SQL statement is used ...
確定! 回上一頁