Reorder and Added missing databases
This commit is contained in:
12
src/Database/SQLite.php
Normal file
12
src/Database/SQLite.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace ProVM\Database;
|
||||
|
||||
use ProVM\Implement\Database;
|
||||
|
||||
class SQLite extends Database
|
||||
{
|
||||
public function getDsn(): string
|
||||
{
|
||||
return "sqlite:{$this->getHost()}";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user