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