sql-insert-queries
There are 3 repositories under sql-insert-queries topic.
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.
GtakillerIV/IniToSql
A program that converts .ini files to SQL INSERT queries.
nidhiverma/sql-insert-query-parser
Simple parser for SQL Insert Statement, this tool is developed using Flex and Yacc.