mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
Add PostgreSQL DB driver (#52)
This commit is contained in:
parent
f2819adcd2
commit
b2e2460c34
5 changed files with 87 additions and 8 deletions
|
|
@ -39,6 +39,7 @@ return [
|
|||
'database_managers' => [
|
||||
'sqlite' => 'Stancl\Tenancy\TenantDatabaseManagers\SQLiteDatabaseManager',
|
||||
'mysql' => 'Stancl\Tenancy\TenantDatabaseManagers\MySQLDatabaseManager',
|
||||
'pgsql' => 'Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLDatabaseManager',
|
||||
],
|
||||
'queue_database_creation' => false,
|
||||
'queue_database_deletion' => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue