1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 02:54:05 +00:00
tenancy/src/Database/Exceptions
Samuel Štancl 7317d2638a
Postgres RLS + permission controlled database managers (#33)
This PR adds Postgres RLS (trait manager + table manager approach) and permission controlled managers for PostgreSQL.

---------

Co-authored-by: lukinovec <lukinovec@gmail.com>
Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
2024-04-24 22:32:49 +02:00
..
DatabaseManagerNotRegisteredException.php general refactor, move more classes under Database namespace 2022-08-27 03:17:16 +02:00
NoConnectionSetException.php get phpstan errors down from 252 to 189 2022-08-30 05:44:23 +02:00
RecursiveRelationshipException.php Postgres RLS + permission controlled database managers (#33) 2024-04-24 22:32:49 +02:00
TableNotRelatedToTenantException.php Postgres RLS + permission controlled database managers (#33) 2024-04-24 22:32:49 +02:00
TenantDatabaseAlreadyExistsException.php general refactor, move more classes under Database namespace 2022-08-27 03:17:16 +02:00
TenantDatabaseDoesNotExistException.php general refactor, move more classes under Database namespace 2022-08-27 03:17:16 +02:00
TenantDatabaseUserAlreadyExistsException.php general refactor, move more classes under Database namespace 2022-08-27 03:17:16 +02:00