isamplesorg / isamples_inabox

Provides functionality intermediate to a collection and central
0 stars 1 forks source link

Extract bulk inserts/updates into a reusable object #314

Closed dannymandel closed 11 months ago

dannymandel commented 11 months ago

Per discussion in standup this morning, we should extract out the database bulk insertion into its own class so we can reuse it for OpenContext and @SeanSCao will be able to reuse the same object when he works on the SESAR iSB instance. Forthcoming commit will port OpenContext to use the new object.