-
- Downloads
add a new optional driver method for `notify-database-updated` which allows...
add a new optional driver method for `notify-database-updated` which allows drivers to be informed when their databases are updated. then implement this method on the generic-sql driver and use it to actively shutdown any open connection pool on the updated database so that we can recreate it as needed.
Please register or sign in to comment