-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
In order to implement AsyncMigrate
for a custom SQL target, this function is needed to construct Migration
types. This is specifically required by the AsyncQuery::query
function.
At the moment, this API is pub(crate)
, requiring an unsafe transmute to construct any Migration
type outside of refinery-core
crate.
See example in klickhouse
crate: https://github.com/Protryon/klickhouse/blob/master/klickhouse/src/migrate.rs#L58
mr-brobot
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed