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

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -