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
- Host: GitHub
- URL: https://github.com/Rotifer/Spreadsheet2SQL
- Owner: Rotifer
- Created: 2015-04-02T12:55:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T10:38:02.000Z (about 10 years ago)
- Last Synced: 2024-08-09T02:15:38.968Z (10 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - 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 P (JavaScript)
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