fac-14 / tech-access

Art, Dom, Kate, Sangita Week 10 - 13 project
2 stars 1 forks source link

Create way to easily bulk-insert resources into our database (CTE?) #36

Open VirtualDOMinic opened 6 years ago

VirtualDOMinic commented 6 years ago

Had a look into this last night but didn't have enough time to figure it out, sadly!

We want to be able to generate INSERT INTO queries that allow us to:

The above should be a single, multi-part transaction/query for each resource, I believe!

Possible useful resources:

Hope they help! Definitely overkill to look at all of them, and I'm sure Aisha will have some useful insight, if/when she's in.

sbinlondon commented 6 years ago

Initial CTE query created.

Possibly can combine with a JS script to bulk add resources.