Hi,
Defining individual database names in config/database.php to control access is great but its somewhat static and require manual intervention whenever a new database get created.
Can we have a string based regular expression here? such that when we create a database in PostgreSQL with a matching string, the regex automatically adds it to the access list.
Thanks.