There is a list of dictionaries of the form:
[{"1":"1","2":"1"},...] in which the keys of the dictionaries are columns in the database table. That is, all dictionaries with the same keys, but with different values. I need to add these values to the table.
How to implement it?
create table ...) tables. Are all table fields present in dictionaries? Is it planned to update, rewrite or create a table? - MaxU