Closes the underlying database resources.
@override Future<void> close() async { if (connection.connected) { await connection.close(); } }