sql-insert
There are 9 repositories under sql-insert topic.
nomemory/mockneat
MockNeat - the modern faker lib.
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.
helotpl/cliptable
Cliptable for macOS allows to convert tables between different formats inside OS clipboard.
hunyadi/pysqlsync
Synchronize data with a SQL database
JerryFZhang/ExcelToSQL
Excel to SQL insertion code generator.
patrickcamargo7/faker-insert_sql-PT-br
Interface de Geração de scripts de inserção SQL utilizando biblioteca faker
felix029/MySQL-Script-Generator
Simple program that generates a MySQL script to insert values contained in a given .xlsx file.
isacvandunem/csv-to-sql-insert
A small command line tool to help create the SQL insert commands based on a CSV and specific conversion rules
JacobAWilkins/Airline-SQL-Databse
This database stores information about flight schedules for an airline company and uses JDBC to interact with it in Java