An open API service indexing awesome lists of open source software.

https://github.com/Rotifer/Spreadsheet2SQL

GAS code to convert values in a spreadsheet to SQL statements. Header row is used to for the "CREATE TABLE" statement, data rows are used to create "INSERT" statements. Cangenerate SQLite, MySQL and PostgreSQL versions of SQL
https://github.com/Rotifer/Spreadsheet2SQL

Last synced: 6 months ago
JSON representation

GAS code to convert values in a spreadsheet to SQL statements. Header row is used to for the "CREATE TABLE" statement, data rows are used to create "INSERT" statements. Cangenerate SQLite, MySQL and PostgreSQL versions of SQL

Awesome Lists containing this project

README

        

# Spreadsheet2SQL
GAS code to convert values in a spreadsheet to SQL statements. Header row is used to for the "CREATE TABLE" statement, data rows are used to create "INSERT" statements. Cangenerate SQLite, MySQL and PostgreSQL versions of SQL
See blog entry:
http://www.javascript-spreadsheet-programming.com/2015/04/automated-generation-of-sql-from-google.html