Frame.dev
GitHub
NPM
Preparing search index...
The search index is not available
SQL Storage Adapter - v0.4.2
SQL Storage Adapter
VerificationResult
Interface VerificationResult
Verification result after migration.
interface
VerificationResult
{
passed
:
boolean
;
tableCounts
:
Record
<
string
,
{
source
:
number
;
target
:
number
;
match
:
boolean
;
}
>
;
errors
?:
string
[]
;
}
Index
Properties
passed
table
Counts
errors?
Properties
passed
passed
:
boolean
table
Counts
table
Counts
:
Record
<
string
,
{
source
:
number
;
target
:
number
;
match
:
boolean
;
}
>
Optional
errors
errors
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
passed
table
Counts
errors
Frame.dev
GitHub
NPM
SQL Storage Adapter - v0.4.2
Loading...
Verification result after migration.