PHP Class Spatie\DbDumper\Databases\Sqlite

Inheritance: extends Spatie\DbDumper\DbDumper
Show file Open project: spatie/db-dumper

Public Methods

Method Description
dumpToFile ( string $dumpFile ) Dump the contents of the database to a given file.
getDumpCommand ( string $dumpFile ) : string Get the command that should be performed to dump the database.

Method Details

dumpToFile() public method

Dump the contents of the database to a given file.
public dumpToFile ( string $dumpFile )
$dumpFile string

getDumpCommand() public method

Get the command that should be performed to dump the database.
public getDumpCommand ( string $dumpFile ) : string
$dumpFile string
return string