Frame.dev
GitHub
NPM
Preparing search index...
The search index is not available
SQL Storage Adapter - v0.4.2
SQL Storage Adapter
createBackup
Function createBackup
create
Backup
(
adapter
,
options
?
)
:
Promise
<
string
>
Create a backup of an adapter to JSON file.
Parameters
adapter
:
StorageAdapter
options
:
{
tables
?:
string
[]
;
pretty
?:
boolean
;
}
= {}
Optional
tables
?:
string
[]
Optional
pretty
?:
boolean
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Frame.dev
GitHub
NPM
SQL Storage Adapter - v0.4.2
Loading...
Create a backup of an adapter to JSON file.