framework icon indicating copy to clipboard operation
framework copied to clipboard

Implement fast SQL export (COPY/LOAD)

Open roll opened this issue 3 years ago • 0 comments
trafficstars

Overview

We have a plan to use COPY/LOAD when our SQL plugin is finished - https://github.com/frictionlessdata/frictionless-py/issues/405 - but, currently, out Storage API is an object of possible improvements so it might make sense to prototype fast SQL export separately first.

I would just create a unofficial action like resource.copy_to_sql with a limited scope, test it, and then we will move it to the SQL plugin.

roll avatar May 23 '22 07:05 roll