Clear the cached database connection without disconnecting
Useful for testing or forcing a reconnection.
clear_database_cache();const db = await get_database(); // Will create new connection Copy
clear_database_cache();const db = await get_database(); // Will create new connection
Clear the cached database connection without disconnecting
Useful for testing or forcing a reconnection.