drupflare/worker - v1.0.0
Preparing search index...
db/migrate-sql
SqlMigratorOptions
Interface SqlMigratorOptions
Where the manifest and chunks come from. Injected so the gate tests can replay off disk.
interface
SqlMigratorOptions
{
loadChunk
:
(
file
:
string
,
index
:
number
)
=>
Promise
<
MigrationChunk
>
;
loadManifest
:
()
=>
Promise
<
MigrationManifest
>
;
now
?:
()
=>
number
;
sql
:
SqlLike
;
storage
:
StorageLike
;
}
Hierarchy (
View Summary
)
MigrationLoader
SqlMigratorOptions
Index
Properties
load
Chunk
load
Manifest
now?
sql
storage
Properties
load
Chunk
loadChunk
:
(
file
:
string
,
index
:
number
)
=>
Promise
<
MigrationChunk
>
load
Manifest
loadManifest
:
()
=>
Promise
<
MigrationManifest
>
Optional
now
now
?:
()
=>
number
sql
sql
:
SqlLike
storage
storage
:
StorageLike
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
load
Chunk
load
Manifest
now
sql
storage
drupflare/worker - v1.0.0
Loading...
Where the manifest and chunks come from. Injected so the gate tests can replay off disk.