SQLite INSERT via Python -
i have table 55
columns cdr
data.
the task update table new values .tsv(.csv)
file. simple way put '?
' 55
times sql statement
insert tbl_name values(?, ? ...., (rows))
.
could done more elegantly?
take @ sqlalchemy. orm toolkit variants of sql. never wright raw sql code. becomes mess , frustrating work with.
Comments
Post a Comment