Python Code Review | tbldo

preview_player
Показать описание
A dive into a command line tool I wrote in python. Let me know what you think down in the comments!

Check out the code here 👇

And the docs here 👇
Рекомендации по теме
Комментарии
Автор

Please forgive me for my pronunciation of executor, something just came out of my mouth and I ran with it 😅

codedog
Автор

I would recommend including what sql connection drivers are supported to your documentation, as well as allowing quoted in-line sql as a parameter for your sql option

I would also include a parameter for your csv route that allows the user to define the newline character, or the quoted field as well to add some more flexibility for CSV files generated on different OS

antondebruyn