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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -