gitdagray / csv-to-sql-insert

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
MIT License
97 stars 122 forks source link

✨ Begin SQL insert with best practice #65

Closed devlopersabbir closed 10 months ago

devlopersabbir commented 10 months ago

issue: #64 I just improving code with best practices as I know 😅

Recap

Note: I have written "TODO" which I left for someone else to work on.

socket-security[bot] commented 10 months ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
ts-node 10.9.2 filesystem +13 1.4 MB blakeembrey
nodemon 3.0.2 filesystem, shell, environment +2 240 kB remy
devlopersabbir commented 10 months ago

@gitdagray I requested you review my code, sir...

devlopersabbir commented 10 months ago

@jsvigneshkanna I hope this marge will help us to grow our project. what is your opinion??

Klock85 commented 10 months ago

I think increased code splitting like this increases the readability of the code and increases testability too

devlopersabbir commented 10 months ago

@Klock85 thank you mate