chicken-sloths / bangazon-api-sprint1

API for a mock Amazon + Etsy platform providing developers access to the company's employee & product data
0 stars 0 forks source link

Create the JavaScript SQL Table Creation Template #50

Closed TimAConner closed 6 years ago

TimAConner commented 6 years ago

Context

  1. A basic outline of the JavaScript code that will create a table, drop table if necessary, and insert SQL into the database. This will be used for each sql table.

Expected Result

A JavaScript file with a basic outline that will be used to create each JavaScript join table.