SQLiteDatabaseManager
class SQLiteDatabaseManager implements TenantDatabaseManager (View source)
Properties
static string|null | $path | SQLite Database path without ending slash. |
Methods
bool
bool
bool
databaseExists(string $name)
Does a database exist?
array
makeConnectionConfig(array $baseConfig, string $databaseName)
Construct a DB connection config array.
void
setConnection(string $connection)
No description
string
getPath(string $name)
No description
Details
bool
createDatabase(TenantWithDatabase $tenant)
Create a database.
bool
deleteDatabase(TenantWithDatabase $tenant)
Delete a database.
bool
databaseExists(string $name)
Does a database exist?
array
makeConnectionConfig(array $baseConfig, string $databaseName)
Construct a DB connection config array.
void
setConnection(string $connection)
No description
string
getPath(string $name)
No description