Frame.dev
GitHub
NPM
Preparing search index...
The search index is not available
SQL Storage Adapter - v0.4.2
SQL Storage Adapter
MigrationResult
Interface MigrationResult
Migration result with detailed statistics.
interface
MigrationResult
{
success
:
boolean
;
tablesImported
:
number
;
rowsImported
:
number
;
errors
?:
string
[]
;
duration
:
number
;
sourceAdapter
:
string
;
targetAdapter
:
string
;
verification
?:
VerificationResult
;
}
Hierarchy (
view full
)
ImportResult
MigrationResult
Index
Properties
success
tables
Imported
rows
Imported
errors?
duration
source
Adapter
target
Adapter
verification?
Properties
success
success
:
boolean
tables
Imported
tables
Imported
:
number
rows
Imported
rows
Imported
:
number
Optional
errors
errors
?:
string
[]
duration
duration
:
number
source
Adapter
source
Adapter
:
string
target
Adapter
target
Adapter
:
string
Optional
verification
verification
?:
VerificationResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
success
tables
Imported
rows
Imported
errors
duration
source
Adapter
target
Adapter
verification
Frame.dev
GitHub
NPM
SQL Storage Adapter - v0.4.2
Loading...
Migration result with detailed statistics.